Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<s.size();i++)
                 ~^~~~~~~~~
/in/foo.cc:19:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<s.size()&&s[i]!='=';i++)
                 ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 356.0 KiB
#2 Runtime Error 1ms 604.0 KiB
#3 Accepted 1ms 440.0 KiB
#4 Accepted 1ms 328.0 KiB
#5 Accepted 1ms 376.0 KiB
#6 Runtime Error 1ms 440.0 KiB
#7 Runtime Error 1ms 444.0 KiB
#8 Accepted 1ms 356.0 KiB
#9 Accepted 1ms 340.0 KiB
#10 Accepted 1ms 340.0 KiB

信息

递交者
类型
递交
题目
P2552 趣味填空
语言
C++
递交时间
2024-02-09 12:33:55
评测时间
2024-02-09 12:33:55
评测机
分数
70
总耗时
16ms
峰值内存
604.0 KiB