记录详情

Compile Error

foo.cc:9:32: error: stray '\357' in program
    9 |   cout<<a<<"不是水仙花数";
      |                                ^
foo.cc:9:33: error: stray '\274' in program
    9 |   cout<<a<<"不是水仙花数";
      |                                 ^
foo.cc:9:34: error: stray '\233' in program
    9 |   cout<<a<<"不是水仙花数";
      |                                  ^
foo.cc: In function 'int main()':
foo.cc:6:32: error: lvalue required as left operand of assignment
    6 |  if(a="153"||a="370"||a="371"||"407"){
      |                                ^~~~~
foo.cc:9:32: error: expected ';' before '}' token
    9 |   cout<<a<<"不是水仙花数";
      |                                ^
      |                                ;
   10 |  }
      |  ~                              
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1092 xf2-5水仙花数
语言
C++
递交时间
2022-07-29 14:02:21
评测时间
2022-07-29 14:02:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes