/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:102:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  102 |                     if(s[i][j] != '_') ++ r ; if(l > r) continue ;
      |                     ^~
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 ;
      |                                               ^~
foo.cc:134:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  134 |                     if(s[i][j] != '_') ++ r ; if(l > r) continue ;
      |                     ^~
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 ;
      |                                               ^~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 6ms 412.0 KiB
#2 Accepted 6ms 412.0 KiB
#3 Accepted 9ms 412.0 KiB
#4 Accepted 10ms 460.0 KiB
#5 Accepted 10ms 524.0 KiB
#6 Accepted 13ms 412.0 KiB
#7 Accepted 117ms 636.0 KiB
#8 Accepted 54ms 540.0 KiB
#9 Accepted 67ms 660.0 KiB
#10 Accepted 37ms 584.0 KiB

信息

递交者
类型
递交
题目
P1994 墙上的句子
语言
C++
递交时间
2023-07-14 17:30:39
评测时间
2023-07-14 17:30:39
评测机
分数
100
总耗时
333ms
峰值内存
660.0 KiB