Accepted
foo.cpp: In function 'int find(int, int, int)': foo.cpp:105:6: warning: unused variable 'mid' [-Wunused-variable] int mid=(l+r)/2; ^~~ foo.cpp: In function 'void read(int&)': foo.cpp:15:16: warning: 'ch' is used uninitialized in this function [-Wuninitialized] while ((ch<'0'||ch>'9')&&ch!='-') ch=getchar(); ~~~~~~~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1083 小白逛公园
- 语言
- C++
- 递交时间
- 2017-03-04 15:40:24
- 评测时间
- 2017-03-04 15:40:24
- 评测机
- 分数
- 100
- 总耗时
- 2450ms
- 峰值内存
- 58.117 MiB