Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:51:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::deque<int>::size_type {aka long unsigned int}' [-Wformat=] printf("Size = %d\n",que.size()); ^ /in/foo.cc:74:33: warning: unused variable 'ans' [-Wunused-variable] int left=0,right=maxx+1,mid,ans=0; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- Median of Queue
- 语言
- C++
- 递交时间
- 2019-02-02 11:17:40
- 评测时间
- 2019-02-02 11:17:40
- 评测机
- 分数
- 100
- 总耗时
- 1269ms
- 峰值内存
- 2.211 MiB