Problem fibo
User Tolo925kt
Submission Time 2026-08-06 17:13:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:13:9: error: ‘EVIL’ was not declared in this scope; did you mean ‘EVIL_d’?
13 | if (EVIL _k == 1) {
| ^~~~
| EVIL_d
fibo.cpp:13:13: error: expected ‘)’ before ‘_k’
13 | if (EVIL _k == 1) {
| ~ ^~~
| )