/ OPS /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:28: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'std::__cxx11::string* {aka std::__cxx11::basic_string<char>*}' [-Wformat=]
   if(!(scanf("%c",&table[i])))
                            ^
/in/foo.cc:22:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(m=0;m<table[j].length()/2;m++)
            ^
/in/foo.cc:26:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(m*2!=table[j].length())
         ^
# 状态 耗时 内存占用
#1 Runtime Error 2ms 328.0 KiB

信息

递交者
类型
递交
题目
P1031 对称串
语言
C++
递交时间
2023-03-28 14:30:49
评测时间
2023-03-28 14:30:49
评测机
分数
0
总耗时
2ms
峰值内存
328.0 KiB