Problem potatosalad
User ForgottenDragon
Submission Time 2025-04-16 15:49:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:7:2: error: ‘M’ was not declared in this scope
7 | M = 0
| ^
potatosalad.cpp:11:10: error: ‘v’ was not declared in this scope
11 | cin >> v[i]
| ^
potatosalad.cpp:14:7: error: ‘v’ was not declared in this scope
14 | sort(v.rbegin(), v.rend());
| ^