Problem | potatosalad |
---|---|
User | ShShSh |
Submission Time | 2025-02-04 08:16:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:15: error: expected ‘;’ before ‘}’ token
8 | cout << n * d
| ^
| ;
9 | }
| ~