Problem potionseasy
User Fallen
Submission Time 2025-01-27 09:21:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potionseasy.cpp: In function ‘int main()’:
potionseasy.cpp:10:35: error: expected ‘;’ before ‘}’ token
10 | if (N == 0) {cout << 0; return 0};
| ^
| ;