Accepted
/in/foo.cc: In function 'int time(int, int, int, int, int)':
/in/foo.cc:24:25: warning: statement has no effect [-Wunused-value]
24 | else(day==28);{
| ~~~~^~~~~
/in/foo.cc:24:17: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
24 | else(day==28);{
| ^~~~
/in/foo.cc:24:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
24 | else(day==28);{
| ^
信息
- 递交者
- 类型
- 自测
- 题目
- P2881 时间跨越2025.3GESP2级T2
- 语言
- C++
- 递交时间
- 2025-12-19 22:09:17
- 评测时间
- 2025-12-19 22:09:17
- 评测机
- 分数
- 10
- 总耗时
- 2ms
- 峰值内存
- 532.0 KiB