Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 1;i <= s.length() - 1;i++){
                ~~^~~~~~~~~~~~~~~~~
/in/foo.cc:28:1: error: expected '}' at end of input
 }
 ^

信息

递交者
类型
递交
题目
P1030 C4-A
语言
C++
递交时间
2024-04-22 20:45:57
评测时间
2024-04-22 20:45:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes