/ 大熊 /

记录详情

Accepted

/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 Accepted 3ms 368.0 KiB
#2 Accepted 3ms 348.0 KiB
#3 Accepted 3ms 356.0 KiB
#4 Accepted 4ms 376.0 KiB
#5 Accepted 59ms 1.25 MiB
#6 Accepted 101ms 1.375 MiB
#7 Accepted 175ms 1.25 MiB
#8 Accepted 163ms 1.375 MiB
#9 Accepted 165ms 1.375 MiB
#10 Accepted 149ms 1.254 MiB

信息

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