/ Vijos /

记录详情

Compile Error

foo.cc:9:9: error: 'push_back' does not name a type
    9 | typedef push_back pb;
      |         ^~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:26:13: error: 'class std::vector<long long int>' has no member named 'pb'
   26 |          ms.pb(tmp);
      |             ^~
foo.cc:44:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   44 |        for(int i=op[tmp];i<ms.size();i++)
      |                          ~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1024 卡布列克圆舞曲
语言
C++
递交时间
2022-03-01 21:27:54
评测时间
2022-03-01 21:27:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes