Accepted
foo.cc: In function 'int main()':
foo.cc:36:17: warning: comparison of integer expressions of different signedness: 'std::queue<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   36 |   while(q.size()>n/2){//??<= 还是<?
      |         ~~~~~~~~^~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1036 The Couple Tokens
 - 比赛
 - AOCode Round #4
 - 语言
 - C++
 - 递交时间
 - 2022-04-29 19:13:56
 - 评测时间
 - 2022-04-29 19:13:56
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 39ms
 - 峰值内存
 - 896.0 KiB