Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:51:51: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::priority_queue<int>::size_type {aka long unsigned int}' [-Wformat=]
     if (T <= num[n - 1].h) printf("%d", que.size());
                                                   ^
/in/foo.cc:52:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::priority_queue<int>::size_type {aka long unsigned int}' [-Wformat=]
     else printf("%d", que.size()-1);
                                   ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1513 紧急救援
- 语言
- C++
- 递交时间
- 2020-10-19 15:50:05
- 评测时间
- 2020-10-19 15:50:05
- 评测机
- 分数
- 100
- 总耗时
- 40ms
- 峰值内存
- 692.0 KiB