Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:25:31: warning: iteration 109 invokes undefined behavior [-Waggressive-loop-optimizations] 25 | rep(i , 1 , M) two[i] = two[i - 1] * 2; | ~~~~~~~^~~~~~~~~~~~~~~~ /in/foo.cc:3:42: note: within this loop 3 | #define rep(i , a , b) for(int i = a ; i <= b ; i ++) | ^ /in/foo.cc:25:9: note: in expansion of macro 'rep' 25 | rep(i , 1 , M) two[i] = two[i - 1] * 2; | ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1378 矩阵取数游戏
- 语言
- C++
- 递交时间
- 2025-06-26 22:35:18
- 评测时间
- 2025-06-26 22:35:18
- 评测机
- 分数
- 100
- 总耗时
- 28ms
- 峰值内存
- 756.0 KiB