[c]代码库
#include <stdio.h>
#define DIFEEERENCE_OF_HIGH 10
int main(void)
{
int height_Eissa, height_evri, height_miska;
/******************************************
* This program will output height *
******************************************/
printf("Enter Elissa's height");
scanf_s("%d", &height_Eissa);
printf("\a中文测试\n\n");
height_evri = 170;
height_miska = DIFEEERENCE_OF_HIGH + height_Eissa;
//Output result
printf("Name\tHeight\nElissa\t%dcm\nevri\t%dcm\nmiska\t%dcm", height_Eissa, height_evri, height_miska);
return 0;
}
by: 发表于:2017-08-10 09:27:05 顶(0) | 踩(0) 回复
??
回复评论