Problem potatosalad
User itchydeez
Submission Time 2023-11-20 20:18:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^