Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:7:6: warning: left operand of comma operator has no effect [-Wunused-value] if(0<=x,y<=32767) ~^~~ /in/foo.cc:8:20: warning: format '%d' expects a matching 'int' argument [-Wformat=] printf("%d%d",x+y); ^
信息
- 递交者
- 类型
- 递交
- 题目
- A+B Problem
- 语言
- C++
- 递交时间
- 2018-12-21 17:16:56
- 评测时间
- 2018-12-21 17:16:56
- 评测机
- 分数
- 0
- 总耗时
- 14ms
- 峰值内存
- 216.0 KiB