Accepted

foo.cc: In function 'void dfs(int, int, int, int)':
foo.cc:9:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    9 |                 if(c<mi)mi=c;if(xl>ma)ma=xl;return ;
      |                 ^~
foo.cc:9:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    9 |                 if(c<mi)mi=c;if(xl>ma)ma=xl;return ;
      |                              ^~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 5ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1222 6 营救公主
语言
C++
递交时间
2022-10-05 21:32:45
评测时间
2022-10-05 21:32:45
评测机
分数
100
总耗时
10ms
峰值内存
256.0 KiB