Problem finalday
User G
Submission Time 2024-12-09 09:49:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

finalday.cpp: In function ‘int main()’:
finalday.cpp:12:4: error: ‘class std::vector<long long int>’ has no member named ‘sort’
12 | v.sort(v.begin(),v.end());
| ^~~~
finalday.cpp:16:13: error: ‘j’ was not declared in this scope
16 | while(b<v[j]){
| ^
finalday.cpp:20:10: error: ‘j’ was not declared in this scope
20 | if(n-i-j-1>k)cout<<"NO";
| ^