Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:19: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:24:12: warning: unknown escape sequence: '\d'
     printf("Empty!\d");
            ^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Median of Queue
 - 语言
 - C++
 - 递交时间
 - 2019-02-01 22:10:33
 - 评测时间
 - 2019-02-01 22:10:33
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - ≥4196ms
 - 峰值内存
 - ≥652.0 KiB