习题1-3

来源:互联网 发布:痘印 红 知乎 编辑:程序博客网 时间:2024/05/23 12:33
#include <stdio.h>
int main()
{
printf("%f\n%d\n%c\n",3.14,100,'C');
return 0;
}




0 0