/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:26:12: error: 'yes' was not declared in this scope
   26 |    cout << yes << endl;
      |            ^~~
/in/foo.cc:29:12: error: 'no' was not declared in this scope
   29 |    cout << no << endl;
      |            ^~
/in/foo.cc: In function 'bool isequal(std::string, std::string)':
/in/foo.cc:19:1: warning: control reaches end of non-void function [-Wreturn-type]
   19 | }
      | ^

信息

递交者
类型
递交
题目
P1037 可排列相等
语言
C++
递交时间
2025-03-24 13:39:43
评测时间
2025-03-24 13:39:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes