/ 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 3ms 472.0 KiB
#2 Accepted 2ms 480.0 KiB
#3 Accepted 2ms 500.0 KiB
#4 Accepted 2ms 544.0 KiB
#5 Accepted 3ms 504.0 KiB
#6 Accepted 2ms 528.0 KiB
#7 Accepted 3ms 528.0 KiB
#8 Accepted 2ms 480.0 KiB
#9 Accepted 12ms 716.0 KiB
#10 Accepted 26ms 848.0 KiB

信息

递交者
类型
递交
题目
P1477 跳动的水珠(csapc)
语言
C++
递交时间
2026-03-21 15:23:09
评测时间
2026-03-24 02:19:01
评测机
分数
100
总耗时
62ms
峰值内存
848.0 KiB