Problem | meltylandnightmare |
---|---|
User | ATHY |
Submission Time | 2024-07-30 11:59:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
meltylandnightmare.cpp: In function ‘int main()’:
meltylandnightmare.cpp:6:9: error: ‘ll’ was not declared in this scope
6 | vector<ll> v(m,0),u(m,0),l(m,0);
| ^~
meltylandnightmare.cpp:6:11: error: template argument 1 is invalid
6 | vector<ll> v(m,0),u(m,0),l(m,0);
| ^
meltylandnightmare.cpp:6:11: error: template argument 2 is invalid
meltylandnightmare.cpp:6:18: error: expression list treated as compound expression in initializer [-fpermissive]
6 | vector<ll> v(m,0),u(m,0),l(m,0);
| ^
meltylandnightmare.cpp:6:25: error: expression list treated as compound expression in initializer [-fpermissive]
6 | vector<ll> v(m,0),u(m,0),l(m,0);
| ^
meltylandnightmare.cpp:6:32: error: expression list treated as compound expression in initializer [-fpermissive]
6 | vector<ll> v(m,0),u(m,0),l(m,0);
|