Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:34: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'char*' [-Wformat=]
             scanf("%d%d", &a, &ch);
                               ~~~^
/in/foo.cc:50:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                 while (a < v.size() && b < v.size())
                        ~~^~~~~~~~~~
/in/foo.cc:50:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                 while (a < v.size() && b < v.size())
                                        ~~^~~~~~~~~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P2027 佳佳的字符串
- 比赛
- 金秋重聚模拟赛
- 语言
- C++
- 递交时间
- 2017-10-07 18:15:54
- 评测时间
- 2017-10-07 18:15:54
- 评测机
- 分数
- 60
- 总耗时
- ≥51270ms
- 峰值内存
- ≥1.309 MiB