Problem potatosalad
User Negative273C
Submission Time 2025-01-14 10:26:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int32_t main()’:
potatosalad.cpp:12:36: error: expected ‘;’ before ‘long’
12 | sort(potato.begin(), potato.end())
| ^
| ;
potatosalad.cpp:15:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
15 | ans += potato[i];
| ^~~
| abs
potatosalad.cpp:17:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | cout << ans;
| ^~~
| abs