Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:29:33: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] cout << x + 1 << ' ' << y + 1; ^ /in/foo.cc:29:22: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] cout << x + 1 << ' ' << y + 1; ^~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 周末测试2
- 语言
- C++
- 递交时间
- 2021-09-24 21:13:25
- 评测时间
- 2021-09-24 21:13:25
- 评测机
- 分数
- 20
- 总耗时
- 47ms
- 峰值内存
- 460.0 KiB