#include <stdio.h>
int main(void)
{
// your code goes here
int age=18;
int height =161.8;
int weight = 42;
printf("age= %d,height =%f,weight=%d",age
,height
,weight
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CmludCBtYWluKHZvaWQpIAp7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCmludCBhZ2U9MTg7CmludCBoZWlnaHQgPTE2MS44OwppbnQgd2VpZ2h0ID0gNDI7CnByaW50ZigiYWdlPSAlZCxoZWlnaHQgPSVmLHdlaWdodD0lZCIsYWdlLGhlaWdodCx3ZWlnaHQpOwpyZXR1cm4gMDsKfQo=