Problem potatosalad
User eliasxyz
Submission Time 2025-05-24 23:27:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:2: error: expected initializer before ‘for’
8 | for(long long i=0;i<N;i++){
| ^~~
potatosalad.cpp:8:20: error: ‘i’ was not declared in this scope
8 | for(long long i=0;i<N;i++){
| ^
potatosalad.cpp:15:22: error: expected ‘;’ before ‘<’ token
15 | for(long long i=0,i<N,i++){
| ^
| ;
potatosalad.cpp:15:22: error: expected primary-expression before ‘<’ token
potatosalad.cpp:15:28: error: expected ‘;’ before ‘)’ token
15 | for(long long i=0,i<N,i++){
| ^
| ;
potatosalad.cpp:16:7: error: ‘A’ was not declared in this scope
16 | t+=A[i];
| ^
potatosalad.cpp:20:3: error: ‘A’ was not declared in this scope
20 | A.sort();
| ^
potatosalad.cpp:22:22: error