/ 大熊 /

记录详情

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 3ms 256.0 KiB
#2 Wrong Answer 4ms 380.0 KiB
#3 Accepted 4ms 340.0 KiB
#4 Accepted 4ms 348.0 KiB
#5 Accepted 52ms 1.363 MiB
#6 Accepted 102ms 1.324 MiB
#7 Accepted 171ms 1.25 MiB
#8 Wrong Answer 158ms 1.375 MiB
#9 Accepted 170ms 1.367 MiB
#10 Wrong Answer 164ms 1.363 MiB

信息

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