Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:62: warning: left operand of comma operator has no effect [-Wunused-value]
9 | for (int j=ceil(xb*1.0/2),i=floor(xb*1.0/2);i>=num/5,j<=num/2;i--,j++)
| ~^~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2023 丑数
- 语言
- C++
- 递交时间
- 2026-03-25 21:20:07
- 评测时间
- 2026-03-25 21:20:07
- 评测机
- 分数
- 10
- 总耗时
- 34ms
- 峰值内存
- 552.0 KiB