/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:50:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   50 | for(i=1;i<=k;i++) printf("%d ",an1[i]);printf("\n");
      | ^~~
/in/foo.cc:50:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   50 | for(i=1;i<=k;i++) printf("%d ",an1[i]);printf("\n");
      |                                        ^~~~~~
/in/foo.cc:51:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   51 | for(i=1;i<=l;i++) printf("%d ",an2[i]);printf("\n");
      | ^~~
/in/foo.cc:51:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   51 | for(i=1;i<=l;i++) printf("%d ",an2[i]);printf("\n");
      |                                        ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 788.0 KiB
#2 Accepted 2ms 772.0 KiB
#3 Accepted 3ms 732.0 KiB
#4 Accepted 2ms 652.0 KiB
#5 Accepted 2ms 588.0 KiB
#6 Accepted 2ms 688.0 KiB
#7 Accepted 2ms 656.0 KiB
#8 Accepted 2ms 584.0 KiB
#9 Accepted 3ms 592.0 KiB
#10 Accepted 3ms 724.0 KiB

信息

递交者
类型
递交
题目
P1498 排座椅
语言
C++
递交时间
2025-03-21 18:43:54
评测时间
2025-03-21 18:43:54
评测机
分数
100
总耗时
29ms
峰值内存
788.0 KiB