/ 大熊 /

记录详情

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 376.0 KiB
#2 Wrong Answer 3ms 376.0 KiB
#3 Accepted 3ms 368.0 KiB
#4 Accepted 4ms 368.0 KiB
#5 Accepted 57ms 1.25 MiB
#6 Accepted 87ms 1.355 MiB
#7 Accepted 161ms 1.336 MiB
#8 Accepted 147ms 1.25 MiB
#9 Accepted 167ms 1.328 MiB
#10 Accepted 168ms 1.359 MiB

信息

递交者
类型
递交
题目
cheese
语言
C++
递交时间
2017-11-21 21:16:41
评测时间
2017-11-21 21:16:41
评测机
分数
80
总耗时
803ms
峰值内存
1.359 MiB