/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1 ; i <= n ; ++ i)
     ^~~
/in/foo.cc:34:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  sort(rk + 1 , rk + n + 1 , cmp2);
  ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 312.0 KiB

信息

递交者
类型
自测
题目
P1036 安装服务器
语言
C++
递交时间
2017-10-11 21:06:28
评测时间
2017-10-11 21:06:28
评测机
分数
0
总耗时
3ms
峰值内存
312.0 KiB