Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   15 |                         if (dl[j]>dl[i]);
      |                         ^~
/in/foo.cc:16:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   16 |                         {
      |                         ^
/in/foo.cc:14:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   14 |                 for (int j=1;j<=i;j++)
      |                 ^~~
/in/foo.cc:16:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   16 |                         {
      |                         ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 480.0 KiB
#2 Wrong Answer 2ms 508.0 KiB
#3 Wrong Answer 2ms 488.0 KiB
#4 Wrong Answer 2ms 444.0 KiB
#5 Wrong Answer 2ms 484.0 KiB
#6 Wrong Answer 2ms 496.0 KiB
#7 Wrong Answer 2ms 544.0 KiB
#8 Wrong Answer 2ms 496.0 KiB
#9 Wrong Answer 2ms 476.0 KiB
#10 Wrong Answer 2ms 532.0 KiB

信息

递交者
类型
递交
题目
P2608 小杨的队列5级2 2023样卷
语言
C++
递交时间
2026-03-01 22:17:52
评测时间
2026-03-01 22:17:52
评测机
分数
0
总耗时
23ms
峰值内存
544.0 KiB