Problem management
User chinesewarcriminal
Submission Time 2023-06-19 15:06:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:7:17: error: declaration does not declare anything [-fpermissive]
7 | #define ll long long;
| ^~~~
management.cpp:10:5: note: in expansion of macro ‘ll’
10 | ll n, e;
| ^~
management.cpp:10:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | ll n, e;
| ^
| yn
management.cpp:10:11: error: ‘e’ was not declared in this scope
10 | ll n, e;
| ^
management.cpp:7:17: error: template argument 1 is invalid
7 | #define ll long long;
| ^~~~
management.cpp:15:12: note: in expansion of macro ‘ll’
15 | vector<ll> v(n, 0);
| ^~
management.cpp:7:17: error: template argument 2 is invalid
7 | #define ll long long;
| ^~~~
management.cpp:15:12: note: in expansion of macro ‘ll’
15