记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:42:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)
  ^~~
/in/foo.cc:46:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   if(min==99999999) cout<<"-1";
   ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 364.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 364.0 KiB
#4 Accepted 1ms 376.0 KiB
#5 Accepted 5ms 504.0 KiB
#6 Wrong Answer 4ms 384.0 KiB
#7 Wrong Answer 87ms 1.352 MiB
#8 Wrong Answer 121ms 1.25 MiB
#9 Wrong Answer 110ms 1.359 MiB
#10 Accepted 108ms 1.352 MiB

信息

递交者
类型
递交
题目
cowroute2
比赛
初二普及组模拟赛
语言
C++
递交时间
2018-09-08 10:22:56
评测时间
2018-09-08 10:22:56
评测机
分数
60
总耗时
449ms
峰值内存
1.359 MiB