/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void print()':
/in/foo.cc:64:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   64 |         {       for (k=j;k<=m&&re[C(i,j)]==re[C(i,k)];k++);
      |                 ^~~
/in/foo.cc:65:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   65 |                 printf("%d %d%c",k-j,re[C(i,j)],k>m?'\n':' ');
      |                 ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 528.0 KiB
#2 Accepted 1ms 360.0 KiB
#3 Accepted 1ms 540.0 KiB
#4 Accepted 1ms 532.0 KiB
#5 Accepted 1ms 348.0 KiB
#6 Accepted 1ms 556.0 KiB
#7 Accepted 1ms 356.0 KiB
#8 Accepted 3ms 476.0 KiB
#9 Accepted 10ms 712.0 KiB
#10 Accepted 24ms 844.0 KiB

信息

递交者
类型
递交
题目
P1477 跳动的水珠(csapc)
语言
C++
递交时间
2026-03-21 14:53:42
评测时间
2026-03-24 02:18:37
评测机
分数
100
总耗时
50ms
峰值内存
844.0 KiB