Problem devour
User cyhg
Submission Time 2023-11-27 13:38:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

devour.cpp: In function ‘int main()’:
devour.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
devour.cpp:12:1: note: in expansion of macro ‘ll’
12 | ll n, k;
| ^~
devour.cpp:12:4: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
12 | ll n, k;
| ^
| yn
devour.cpp:12:7: error: ‘k’ was not declared in this scope
12 | ll n, k;
| ^
devour.cpp:3:17: error: template argument 1 is invalid
3 | #define ll long long;
| ^~~~
devour.cpp:13:8: note: in expansion of macro ‘ll’
13 | vector<ll> h;
| ^~
devour.cpp:3:17: error: template argument 2 is invalid
3 | #define ll long long;
| ^~~~
devour.cpp:13:8: note: in expansion of macro ‘ll’
13 | vector<ll> h;
| ^~
devour.cpp:13:10: error: expected p