Problem eescapism
User ForgottenDragon
Submission Time 2025-04-05 17:22:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp: In function ‘int main()’:
eescapism.cpp:12:10: error: ‘D’ was not declared in this scope
12 | cin >> D
| ^
eescapism.cpp:15:5: error: ‘else’ without a previous ‘if’
15 | } else
| ^~~~
eescapism.cpp:18:16: error: expected ‘;’ before ‘return’
18 | cout << effort
| ^
| ;
......
21 | return 0;
| ~~~~~~