Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:6:16: warning: right operand of comma operator has no effect [-Wunused-value] cin>>xmin,xmax; ^ /in/foo.cc:7:8: warning: unused variable 'b' [-Wunused-variable] int a,b,c,d; ^ /in/foo.cc:8:3: warning: 'xmax' is used uninitialized in this function [-Wuninitialized] a=xmax-xmin; ~^~~~~~~~~~ /in/foo.cc:15:9: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<d; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1090 xf2-3爸爸的爱
- 比赛
- 2020苏青奥赛集训营(2021-2-2课堂小练)
- 语言
- C++
- 递交时间
- 2021-02-02 12:51:09
- 评测时间
- 2021-02-02 12:51:09
- 评测机
- 分数
- 0
- 总耗时
- 7ms
- 峰值内存
- 228.0 KiB