|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
#include <stdio.h>
int main();
{
printf("\n\
** *\n\
******* **\n\
*********** ***\n\
*************** ****\n\
****** @ ************\n\
*************** ****\n\
*********** ***\n\
******* **\n\
** *\n");
return 0;
}
错误提示:
2 1 D:\D盘\c++\testl 2.cpp [Error] stray '\243' in program
2 1 D:\D盘\c++\testl 2.cpp [Error] stray '\250' in program
2 1 D:\D盘\c++\testl 2.cpp [Error] stray '\243' in program
2 1 D:\D盘\c++\testl 2.cpp [Error] stray '\251' in program
4 17 D:\D盘\c++\testl 2.cpp [Warning] backslash and newline separated by space
9 26 D:\D盘\c++\testl 2.cpp [Warning] backslash and newline separated by space
12 21 D:\D盘\c++\testl 2.cpp [Warning] backslash and newline separated by space
12 21 D:\D盘\c++\testl 2.cpp [Warning] backslash and newline separated by space
3 1 D:\D盘\c++\testl 2.cpp [Error] expected unqualified-id before '{' token |
|