Problem | potatosalad |
---|---|
User | panzhengye |
Submission Time | 2025-08-22 15:29:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:13:39: error: expected primary-expression before ‘)’ token
13 | 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; i<D;