记录详情

Compile Error

foo.cc:15:10: warning: character constant too long for its type
    cout<<'赠小顾'<<m<<'朵水仙花';
          ^~~~~~~~~~~
foo.cc:15:26: warning: character constant too long for its type
    cout<<'赠小顾'<<m<<'朵水仙花';
                          ^~~~~~~~~~~~~~
foo.cc:15:40: error: stray '\357' in program
    cout<<'赠小顾'<<m<<'朵水仙花';
                                        ^
foo.cc:15:41: error: stray '\274' in program
    cout<<'赠小顾'<<m<<'朵水仙花';
                                         ^
foo.cc:15:42: error: stray '\233' in program
    cout<<'赠小顾'<<m<<'朵水仙花';
                                          ^
foo.cc:16:17: warning: character constant too long for its type
   else cout<<m<<'不是水仙花数';
                 ^~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:12:6: error: 'x' was not declared in this scope
   b=(x-a*100)/10;
      ^
foo.cc:16:3: error: expected ';' before 'else'
   else cout<<m<<'不是水仙花数';
   ^~~~
foo.cc:17:1: error: expected '}' at end of input
 }
 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1092 xf2-5水仙花数
语言
C++
递交时间
2021-09-01 13:35:41
评测时间
2021-09-01 13:35:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes