| Problem | coke |
|---|---|
| User | Xiaoyang |
| Submission Time | 2026-03-17 22:33:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coke.cpp:4:7: error: ‘ll’ does not name a type
4 | const ll inf = 1e18;
| ^~
coke.cpp: In function ‘int main()’:
coke.cpp:43:132: error: ‘inf’ was not declared in this scope; did you mean ‘ynf’?
43 | vector<vector<pair<unsigned long long,unsigned long long>>> dp(3020,vector<pair<unsigned long long,unsigned long long>>(3020,{-inf,-inf}));
| ^~~
| ynf
coke.cpp:43:141: error: no matching function for call to ‘std::vector<std::pair<long long unsigned int, long long unsigned int> >::vector(int, <brace-enclosed initializer list>)’
43 | vector<vector<pair<unsigned long long,unsigned long long>>> dp(3020