/ WHOJ /

记录详情

Compile Error

foo.cc:38:16: error: stray '\357' in program
   38 | int interesting;
      |                ^
foo.cc:38:17: error: stray '\274' in program
   38 | int interesting;
      |                 ^
foo.cc:38:18: error: stray '\233' in program
   38 | int interesting;
      |                  ^
foo.cc: In function 'std::string StopFight(std::string)':
foo.cc:10:12: warning: comparison of integer expressions of different signedness: 'int' and 'const size_type' {aka 'const long unsigned int'} [-Wsign-compare]
   10 |  if (index != string::npos)  //如果下标存在
      |      ~~~~~~^~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:39:1: error: expected initializer before 'cin'
   39 | cin>>interesting;
      | ^~~
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1413 争执
题目数据
下载
语言
C++
递交时间
2022-07-27 16:44:39
评测时间
2022-07-27 16:44:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes