Wrong Answer
/in/foo.cc: In function 'void work()':
/in/foo.cc:36:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
36 | for (unsigned int x = 0; x < (1 << n) - 1; x++)
| ~~^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2008 愤怒的小鸟
- 语言
- C++
- 递交时间
- 2026-08-12 21:45:48
- 评测时间
- 2026-08-12 21:45:48
- 评测机
- 分数
- 15
- 总耗时
- 1267ms
- 峰值内存
- 1.527 MiB