Compile Error
foo.cc:11:9: error: 'push_back' does not name a type 11 | typedef push_back pb; | ^~~~~~~~~ foo.cc: In function 'int main()': foo.cc:28:13: error: 'class std::vector<long long int>' has no member named 'pb' 28 | ms.pb(tmp); | ^~ foo.cc:46:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 46 | for(int i=op[tmp];i<ms.size();i++) | ~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1024 卡布列克圆舞曲
- 语言
- C++
- 递交时间
- 2022-03-01 21:28:25
- 评测时间
- 2022-03-01 21:28:25
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes