Accepted
/in/foo.cc: In function 'void merge_sort(PII*, int, int, LL*, bool (*)(PII, PII))':
/in/foo.cc:26:17: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     int mid = l + r >> 1;
               ~~^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:61:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 1; i <= n; i++)
     ^~~
/in/foo.cc:64:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  printf("%d\n", ans);
  ^~~~~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P1493 云骑军队列
- 语言
- C++
- 递交时间
- 2023-09-15 16:00:31
- 评测时间
- 2023-09-15 16:00:54
- 评测机
- 分数
- 100
- 总耗时
- 609ms
- 峰值内存
- 4.191 MiB