Problem tickets
User Cookie
Submission Time 2024-06-30 13:53:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tickets.cpp: In function ‘long long int sub12::solve()’:
tickets.cpp:67:24: error: ‘n’ was not declared in this scope
67 | vt<vt<int>>res(n, vt<int>(m, -1));
| ^
tickets.cpp:67:35: error: ‘m’ was not declared in this scope
67 | vt<vt<int>>res(n, vt<int>(m, -1));
| ^
tickets.cpp: In function ‘long long int sub4::solve()’:
tickets.cpp:94:24: error: ‘n’ was not declared in this scope
94 | vt<vt<int>>res(n, vt<int>(m, -1));
| ^
tickets.cpp:94:35: error: ‘m’ was not declared in this scope
94 | vt<vt<int>>res(n, vt<int>(m, -1));
| ^
tickets.cpp:102:36: error: ‘k’ was not declared in this scope
102 | for(int i = 0; i < n / 2 * k; i++){
| ^