Problem potatosalad
User silvspider
Submission Time 2024-05-04 09:24:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:17: error: expected primary-expression before ‘;’ token
8 | for(int i=0; i<;i++) cin>>arr[i];
| ^
potatosalad.cpp:14:2: error: expected primary-expression before ‘)’ token
14 | )
| ^
potatosalad.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
potatosalad.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^