Problem hungryrabbits3
User TheRaptor
Submission Time 2022-12-28 12:16:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungryrabbits3.cpp: In function ‘int main()’:
hungryrabbits3.cpp:10:10: error: expected ‘;’ before ‘cout’
10 | cin >> x
| ^
| ;
11 | cout << x;
| ~~~~