Problem childsetter2
User AnnoyingGuest
Submission Time 2025-02-19 16:41:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter2.cpp:13:19: error: declaration does not declare anything [-fpermissive]
13 | typedef long long int;
| ^~~
childsetter2.cpp:15:1: error: ‘ll’ does not name a type
15 | ll n, m, ans;
| ^~
childsetter2.cpp:16:8: error: ‘ll’ was not declared in this scope
16 | vector<ll> arr;
| ^~
childsetter2.cpp:16:10: error: template argument 1 is invalid
16 | vector<ll> arr;
| ^
childsetter2.cpp:16:10: error: template argument 2 is invalid
childsetter2.cpp: In function ‘int main()’:
childsetter2.cpp:21:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
21 | cin >> n >> m;
| ^
| yn
childsetter2.cpp:21:17: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
21 | cin >> n >> m;
| ^
| tm
childsetter2.cpp:22:9: