Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:109:33: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::queue<int>::size_type {aka long unsigned int}' [-Wformat=]
printf("Size = %d\n",q.size());
^
/in/foo.cc:120:8: warning: unused variable 'cnt' [-Wunused-variable]
int cnt=0;
^~~
信息
- 递交者
- 类型
- 递交
- 题目
- Median of Queue
- 语言
- C++
- 递交时间
- 2019-02-01 21:38:34
- 评测时间
- 2019-02-01 21:38:34
- 评测机
- 分数
- 10
- 总耗时
- 491ms
- 峰值内存
- 1.453 MiB