Accepted
/in/foo.cc: In function 'int read()': /in/foo.cc:7:31: warning: suggest parentheses around '&&' within '||' [-Wparentheses] while(ch>'9'||ch<'0')ch=='-'&&(f=0)||(ch=getchar()); ~~~~~~~^~~~~~~ /in/foo.cc: In function 'int main(int, const char**)': /in/foo.cc:37:33: warning: 'pa' may be used uninitialized in this function [-Wmaybe-uninitialized] if (pa != cnt && abs(fst[pa + 1] - i) < res) { ~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1987 游戏
- 语言
- C++
- 递交时间
- 2018-05-23 18:21:24
- 评测时间
- 2018-05-23 18:21:25
- 评测机
- 分数
- 100
- 总耗时
- 626ms
- 峰值内存
- 2.605 MiB