/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:27:38: error: 'strrev' was not declared in this scope
  if (judge(s1, s2)) cout << strrev(s3) << endl;
                                      ^
/in/foo.cc:28:43: error: 'strrev' was not declared in this scope
  else if (judge(s1, s3)) cout << strrev(s2) << endl;
                                           ^
/in/foo.cc:29:24: error: 'strrev' was not declared in this scope
  else cout << strrev(s1) << endl;
                        ^

信息

递交者
类型
递交
题目
P1449 字符串还原
语言
C++
递交时间
2019-09-07 01:19:03
评测时间
2019-09-07 01:19:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes