使用%i输出int类型

#include <stdio.h>
int main()
{
   printf(Now, the speed limit here is %i.\n,55);
   printf(But I clocked you doin' %i.\n,55+15);
   printf(Didn't you see that %i MPH sign?\n,55);
   return(0);
}

相关文章

for遍历数组
。。。
声明一个计数循环
咕咕咕
#include <stdio.h> int main (void) { printf (&quo...