Accepted
/in/foo.cc: In function 'void work()': /in/foo.cc:109:27: warning: unused variable 'tmpy' [-Wunused-variable] int tmpx = x, tmpy, tmp; ^~~~ /in/foo.cc:109:33: warning: unused variable 'tmp' [-Wunused-variable] int tmpx = x, tmpy, tmp; ^~~ /in/foo.cc:123:17: warning: unused variable 'tmpx' [-Wunused-variable] int tmpx, tmpy = y, tmp; ^~~~ /in/foo.cc:123:33: warning: unused variable 'tmp' [-Wunused-variable] int tmpx, tmpy = y, tmp; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1935 不可思议的清晨
- 语言
- C++
- 递交时间
- 2017-09-17 08:48:44
- 评测时间
- 2017-09-17 08:48:44
- 评测机
- 分数
- 100
- 总耗时
- 1895ms
- 峰值内存
- 17.707 MiB