Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:158:11: warning: 'xmax' is used uninitialized in this function [-Wuninitialized] for(;xmin<=xmax;xmin++) ~~~~^~~~~~ /in/foo.cc:158:2: warning: 'xmin' may be used uninitialized in this function [-Wmaybe-uninitialized] for(;xmin<=xmax;xmin++) ^~~
信息
- 递交者
- 类型
- 自测
- 题目
- 3-1 整数中的数字
- 语言
- C++
- 递交时间
- 2024-09-11 10:53:43
- 评测时间
- 2024-09-11 10:53:43
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 348.0 KiB