Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:8:10: warning: unused variable 'm' [-Wunused-variable] int n,m,sum; ^ /in/foo.cc:15:15: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized] cout << sum; ^
信息
- 递交者
- 类型
- 递交
- 题目
- p1027 1~N求和
- 语言
- C++
- 递交时间
- 2021-12-05 10:01:35
- 评测时间
- 2021-12-05 10:01:35
- 评测机
- 分数
- 20
- 总耗时
- 4ms
- 峰值内存
- 364.0 KiB