Accepted
foo.cc: In function ‘int main()’:
foo.cc:10:14: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   10 |         else if(a=='P')
      |              ^~
foo.cc:12:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   12 |                 sum=h*3600+m*60+s;
      |                 ^~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P2578 时间计数1级1 2023年模拟题
- 比赛
- GESP1级2级 考前练习
- 语言
- C++
- 递交时间
- 2024-06-28 19:46:08
- 评测时间
- 2024-06-28 19:46:08
- 评测机
- 分数
- 100
- 总耗时
- 11ms
- 峰值内存
- 768.0 KiB