#include <stdio.h>
int main(void)
{
// your code goes here
int age=18;
float height =161.8;
int weight = 42;
printf("我的年龄是%d 岁,我的身高是 %.1f cm,我的体重是%d kg",age
,height
,weight
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CmludCBtYWluKHZvaWQpIAp7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCmludCBhZ2U9MTg7CmZsb2F0IGhlaWdodCA9MTYxLjg7CmludCB3ZWlnaHQgPSA0MjsKcHJpbnRmKCLmiJHnmoTlubTpvoTmmK8lZCDlsoEs5oiR55qE6Lqr6auY5pivICUuMWYgY20s5oiR55qE5L2T6YeN5pivJWQga2ciLGFnZSxoZWlnaHQsd2VpZ2h0KTsKcmV0dXJuIDA7Cn0K