/ Vijos /

记录详情

Accepted

foo.cc: In member function ‘void trie::build()’:
foo.cc:36:25: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   36 |                         if(trail==1)break;trail=fail[trail];
      |                         ^~
foo.cc:36:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   36 |                         if(trail==1)break;trail=fail[trail];
      |                                           ^~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 580.0 KiB
#2 Accepted 3ms 768.0 KiB
#3 Accepted 20ms 5.773 MiB
#4 Accepted 12ms 3.328 MiB
#5 Accepted 24ms 7.074 MiB
#6 Accepted 53ms 11.062 MiB
#7 Accepted 54ms 7.344 MiB
#8 Accepted 62ms 13.172 MiB
#9 Accepted 63ms 10.332 MiB
#10 Accepted 72ms 14.066 MiB

信息

递交者
类型
递交
题目
P1720 阿狸的打字机
语言
C++
递交时间
2024-07-03 17:29:20
评测时间
2024-07-03 17:29:20
评测机
分数
100
总耗时
368ms
峰值内存
14.066 MiB