记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:22: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10000001]' [-Wformat=]
         scanf("%s",&c);
                      ^
/in/foo.cc:19:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0;i<=strlen(c)-1;i++)
                     ~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 29ms 9.926 MiB
#2 Runtime Error 29ms 9.941 MiB
#3 Wrong Answer 2ms 364.0 KiB
#4 Runtime Error 26ms 9.895 MiB
#5 Runtime Error 25ms 9.879 MiB

信息

递交者
类型
递交
题目
字符串匹配问题(strs)
题目数据
下载
语言
C++
递交时间
2019-08-14 17:44:39
评测时间
2019-08-14 17:44:39
评测机
分数
0
总耗时
113ms
峰值内存
9.941 MiB