fish.cpp: In function 'int main()':
fish.cpp:3:17: error: template argument 1 is invalid
3 | #define ll long long;
| ^~~~
fish.cpp:12:12: note: in expansion of macro 'll'
12 | vector<ll> W(M);
| ^~
fish.cpp:3:17: error: template argument 2 is invalid
3 | #define ll long long;
| ^~~~
fish.cpp:12:12: note: in expansion of macro 'll'
12 | vector<ll> W(M);
| ^~
fish.cpp:12:14: error: expected primary-expression before '>' token
12 | vector<ll> W(M);
| ^
fish.cpp:12:16: error: 'W' was not declared in this scope
12 | vector<ll> W(M);
| ^
fish.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
fish.cpp:17:5: note: in expansion of macro 'll'
17 | ll sum0 = 0, sum1 = 0;
| ^~
fish.cpp:17:8: error: 'sum0' was not declared in this scope
17 | ll sum0 = 0, sum1 = 0;
| ^~~~
fish.cpp:17:18: error: 'sum1' was not declared in this scope
17 | ll sum0 = 0, sum1 = 0;
| ^~~~