Problem ontheedge
User ashy101
Submission Time 2024-08-02 23:36:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ontheedge.cpp: In function ‘int main()’:
ontheedge.cpp:2:1: error: ‘ll’ was not declared in this scope
2 | ll n,k; cin>>n;cin>>k;
| ^~
ontheedge.cpp:2:9: error: ‘cin’ was not declared in this scope
2 | ll n,k; cin>>n;cin>>k;
| ^~~
ontheedge.cpp:2:14: error: ‘n’ was not declared in this scope
2 | ll n,k; cin>>n;cin>>k;
| ^
ontheedge.cpp:2:21: error: ‘k’ was not declared in this scope
2 | ll n,k; cin>>n;cin>>k;
| ^
ontheedge.cpp:3:1: error: ‘vector’ was not declared in this scope
3 | vector <ll> skillsadd;
| ^~~~~~
ontheedge.cpp:3:13: error: ‘skillsadd’ was not declared in this scope
3 | vector <ll> skillsadd;
| ^~~~~~~~~
ontheedge.cpp:4:13: error: ‘choice’ was not declared in this scope
4 | vector <ll> choice;
| ^~~~~~
onthe