Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)
     ^~~
/in/foo.cc:24:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  if(s1==INT_MAX)
  ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 508.0 KiB
#2 Accepted 2ms 1.121 MiB
#3 Accepted 2ms 376.0 KiB
#4 Accepted 2ms 380.0 KiB
#5 Wrong Answer 1ms 376.0 KiB

信息

递交者
类型
递交
题目
P1905 错误探测(errtest)
语言
C++
递交时间
2023-09-02 17:32:37
评测时间
2023-09-02 17:32:37
评测机
分数
80
总耗时
11ms
峰值内存
1.121 MiB