Problem potatosalad
User panzhengye
Submission Time 2025-08-22 15:29:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:12:44: error: expected primary-expression before ‘)’ token
12 | sort(v.begin(), v.end(), greater<int>);
| ^
potatosalad.cpp:14:12: error: expected unqualified-id before ‘=’ token
14 | for(int=0; i<D; i++){
| ^
potatosalad.cpp:14:12: error: expected ‘;’ before ‘=’ token
14 | for(int=0; i<D; i++){
| ^
| ;
potatosalad.cpp:14:12: error: expected primary-expression before ‘=’ token
potatosalad.cpp:14:16: error: ‘i’ was not declared in this scope
14 | for(int=0; i<D; i++){
| ^
potatosalad.cpp:14:19: error: expected ‘)’ before ‘;’ token
14 | for(int=0; i<D; i++){
| ~ ^
| )
potatosalad.cpp:14:21: error: ‘i’ was not declared in this scope
14 | for(int=0