Accepted

foo.cc: In function ‘int main()’:
foo.cc:408:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  408 |     if(n==100)
      |     ^~
foo.cc:410:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  410 |         return 0;
      |         ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 536.0 KiB
#2 Accepted 3ms 536.0 KiB

信息

递交者
类型
递交
题目
P1012 判断奇偶数
语言
C++
递交时间
2025-09-21 19:47:32
评测时间
2025-09-23 07:25:26
评测机
分数
100
总耗时
6ms
峰值内存
536.0 KiB