Problem cny
User Tyx2019
Submission Time 2023-03-28 12:11:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cny.cpp: In function ‘int main()’:
cny.cpp:14:40: error: expected ‘;’ before ‘long’
14 | sort(V.begin(),V.end(),greater<int>())
| ^
| ;
cny.cpp:17:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | ans+=V[i];
| ^~~
| abs
cny.cpp:19:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
19 | cout << ans;
| ^~~
| abs