/ 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 5ms 3.0 MiB
#3 Wrong Answer 5ms 3.625 MiB
#4 Wrong Answer 6ms 3.75 MiB
#5 Wrong Answer 8ms 4.102 MiB
#6 Wrong Answer 8ms 3.25 MiB
#7 Wrong Answer 8ms 3.125 MiB
#8 Wrong Answer 7ms 3.25 MiB
#9 Wrong Answer 11ms 460.0 KiB
#10 Accepted 10ms 4.23 MiB

信息

递交者
类型
递交
题目
P1250 最勇敢的机器人
语言
C++
递交时间
2017-06-27 21:37:44
评测时间
2017-06-27 21:37:44
评测机
分数
20
总耗时
74ms
峰值内存
4.23 MiB