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

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:10:5: error: ‘ll’ was not declared in this scope
10 | ll n, e;
| ^~
management.cpp:14:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
14 | cin >> n;
| ^
| yn
management.cpp:15:14: error: template argument 2 is invalid
15 | vector<ll> v(n, 0);
| ^
management.cpp:15:22: error: expression list treated as compound expression in initializer [-fpermissive]
15 | vector<ll> v(n, 0);
| ^
management.cpp:18:16: error: ‘e’ was not declared in this scope
18 | cin >> e;
| ^
management.cpp:22:19: error: ‘begin’ was not declared in this scope
22 | for (auto i : v) cout << i << '\n';
| ^
management.cpp:22:19: note: suggested alternatives:
In file include