^
1861076129/source.c:7:9: error: stray ‘\200’ in program
printf(“*”);
^
1861076129/source.c:7:10: error: stray ‘\234’ in program
printf(“*”);
^
1861076129/source.c:7:12: error: stray ‘\342’ in program
printf(“*”);
^
1861076129/source.c:7:13: error: stray ‘\200’ in program
printf(“*”);
^
1861076129/source.c:7:14: error: stray ‘\235’ in program
printf(“*”);
^
1861076129/source.c:7:15: error: expected expression before ‘)’ token
printf(“*”);
^
Tip:
Mistake? Edit your message, I'll adjust my response.
#include <stdio.h> int main(){ int i=0; while(i<1){ printf(“*”); } return 0; }
Обсуждают сегодня