In function 'main': error: stray '\357' in program error: stray '\274' in program error: stray '\233' in program error: expected ';' before 'printf' error: stray '\357' in program error: stray '\274' in program error: stray '\233' in program warning: no newline at end of file 什么情况?
标点符号的问题
#include <stdio.h>
int main()
{
printf("你是我的小呀小苹果儿~\n"),
printf("怎么爱你都不嫌多~\n"),
printf("红红的小脸儿温暖我的心窝~\n"),
printf("点亮我生命的火 火火火火~\n");
return 0;
}
同志们我能帮的就这些。照抄就行了。
#include <stdio.h> int main() { printf("你是我的小呀小苹果儿\n"); printf("怎么爱你都不嫌多\n"); printf("红红的小脸儿温暖我的心窝\n"); printf("点亮我生命的火 火火火火\n"); return 0; }
请问哪里出问题了 怎么都过不了关
妈蛋,终于找到错误的原因了