记录详情

Compile Error

foo.cc: In function 'll C(int, int)':
foo.cc:13:5: error: 'vector' was not declared in this scope
     vector<ll> dp(m+1);
     ^~~~~~
foo.cc:13:5: note: suggested alternative: 'perror'
     vector<ll> dp(m+1);
     ^~~~~~
     perror
foo.cc:13:14: error: expected primary-expression before '>' token
     vector<ll> dp(m+1);
              ^
foo.cc:13:16: error: 'dp' was not declared in this scope
     vector<ll> dp(m+1);
                ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1303 G. Mathforces
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 16:49:15
评测时间
2021-11-21 16:49:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes