/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:102:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  102 |                     if(s[i][j] != '_') ++ r ; if(l > r) continue ;
      |                     ^~
/in/foo.cc:102:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  102 |                     if(s[i][j] != '_') ++ r ; if(l > r) continue ;
      |                                               ^~
/in/foo.cc:134:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  134 |                     if(s[i][j] != '_') ++ r ; if(l > r) continue ;
      |                     ^~
/in/foo.cc:134:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  134 |                     if(s[i][j] != '_') ++ r ; if(l > r) continue ;
      |                                               ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 604.0 KiB
#2 Accepted 3ms 600.0 KiB
#3 Accepted 6ms 528.0 KiB
#4 Accepted 6ms 628.0 KiB
#5 Accepted 6ms 636.0 KiB
#6 Accepted 7ms 636.0 KiB
#7 Accepted 58ms 812.0 KiB
#8 Accepted 25ms 780.0 KiB
#9 Accepted 32ms 788.0 KiB
#10 Accepted 18ms 752.0 KiB

信息

递交者
类型
递交
题目
P1994 墙上的句子
语言
C++
递交时间
2025-06-10 18:00:19
评测时间
2025-06-10 18:00:19
评测机
分数
100
总耗时
170ms
峰值内存
812.0 KiB