记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:9:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < x.length(); i++)
                     ~~^~~~~~~~~~~~
foo.cc:12:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m.length(); i++)
                     ~~^~~~~~~~~~~~
foo.cc:16:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m.length(); i++) { 
                     ~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 0ms 128.0 KiB
#2 Runtime Error Segmentation fault 0ms 128.0 KiB

信息

递交者
类型
递交
比赛
周末测试
语言
C++
递交时间
2021-11-07 11:21:07
评测时间
2021-11-07 11:21:07
评测机
分数
0
总耗时
0ms
峰值内存
128.0 KiB