Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:14: warning: self-comparison always evaluates to true [-Wtautological-compare] if(salary_B>=salary_B) ~~~~~~~~^~~~~~~~~~ /in/foo.cc:8:19: error: 'end1' was not declared in this scope cout<<salary_A<<end1; ^~~~ /in/foo.cc:10:19: error: 'end1' was not declared in this scope cout<<salary_B<<end1; ^~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 2019级物联网1班第1周作业
- 语言
- C++
- 递交时间
- 2020-03-08 22:12:54
- 评测时间
- 2020-03-08 22:12:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes