Problem | potatosalad |
---|---|
User | itchydeez |
Submission Time | 2023-11-20 20:18:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:4:10: error: expected unqualified-id before ‘;’ token
4 | int n,a,;
| ^
potatosalad.cpp:5:10: error: ‘d’ was not declared in this scope
5 | cin>>n>>d;
| ^
potatosalad.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cout<<arr[g]}
| ^
| ;