Problem oneforone
User thatlycheeoolongdrink
Submission Time 2025-05-25 17:55:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oneforone.cpp: In function ‘int main()’:
oneforone.cpp:13:7: error: ‘v’ was not declared in this scope
13 | sort(v.begin(),v.end(),greater<int>());
| ^
oneforone.cpp:24:9: error: expected ‘}’ at end of input
24 | cout<<s;
| ^
oneforone.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^