Problem fibo
User MewingAlfie
Submission Time 2024-08-13 19:56:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> x;
| ^~~
fibo.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << first_no % modulate << endl;
| ^~~~
fibo.cpp:7:36: error: ‘endl’ was not declared in this scope
7 | cout << first_no % modulate << endl;
| ^~~~