我都打成這樣了,還不對!?!?!?
#include <stdio.h>
int main()
{
int n;
while (scanf("%d", &n) != EOF)
char* s = "%d";
printf("'C' can use printf("%s",n); to show integer like %d\n", s, n);
}
return 0;
請各位聰明的高手們幫幫我~
#include
escape character吧
那個要注YEE