/ 大熊 /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:51:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(i=1;i<=n;i++)
   ^~~
/in/foo.cc:53:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    sort(dt+1,dt+n+1,comp);
    ^~~~
/in/foo.cc:49:15: warning: unused variable 'k' [-Wunused-variable]
   int h,r,i,j,k;
               ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 344.0 KiB
#2 Wrong Answer 3ms 344.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 208.0 KiB
#5 Accepted 61ms 1.328 MiB
#6 Accepted 111ms 1.25 MiB
#7 Accepted 236ms 1.375 MiB
#8 Wrong Answer 161ms 1.25 MiB
#9 Accepted 140ms 1.367 MiB
#10 Wrong Answer 160ms 1.355 MiB

信息

递交者
类型
递交
题目
cheese
语言
C++
递交时间
2017-11-21 20:10:27
评测时间
2017-11-21 20:11:07
评测机
分数
60
总耗时
887ms
峰值内存
1.375 MiB