/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:26:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=0;i<K;i++)cout<<l0[i].b<<" ";cout<<endl;
  ^~~
foo.cc:26:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=0;i<K;i++)cout<<l0[i].b<<" ";cout<<endl;
                                         ^~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 1ms 588.0 KiB
#2 Wrong Answer 读取到 9 ,应为 1 1ms 632.0 KiB
#3 Wrong Answer 读取到 19 ,应为 1 1ms 384.0 KiB
#4 Wrong Answer 读取到 9 ,应为 1 1ms 384.0 KiB
#5 Wrong Answer 读取到 11 ,应为 10 2ms 384.0 KiB
#6 Wrong Answer 读取到 68 ,应为 1 1ms 384.0 KiB
#7 Wrong Answer 读取到 80 ,应为 3 2ms 384.0 KiB
#8 Wrong Answer 读取到 176 ,应为 5 2ms 384.0 KiB
#9 Wrong Answer 读取到 175 ,应为 6 2ms 384.0 KiB
#10 Wrong Answer 读取到 199 ,应为 1 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1498 排座椅
语言
C++
递交时间
2020-11-03 20:44:15
评测时间
2020-11-03 20:44:15
评测机
分数
10
总耗时
21ms
峰值内存
632.0 KiB