/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:58:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(!v[i].empty());
   ^~
/in/foo.cc:59:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   {
   ^
/in/foo.cc:63:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                 for(int k=0;k<v[i].size();k++)
                             ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Wrong Answer 6ms 3.074 MiB
#3 Wrong Answer 7ms 3.734 MiB
#4 Wrong Answer 5ms 3.625 MiB
#5 Wrong Answer 8ms 4.0 MiB
#6 Wrong Answer 9ms 3.25 MiB
#7 Wrong Answer 8ms 3.125 MiB
#8 Wrong Answer 6ms 3.25 MiB
#9 Accepted 9ms 384.0 KiB
#10 Wrong Answer 6ms 4.207 MiB

信息

递交者
类型
递交
题目
P1250 最勇敢的机器人
语言
C++
递交时间
2017-07-04 15:55:34
评测时间
2017-07-04 15:55:34
评测机
分数
20
总耗时
68ms
峰值内存
4.207 MiB