Problem | fibo |
---|---|
User | o0oNotGXYo0o |
Submission Time | 2023-03-03 18:06:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:3:3: error: ‘cin’ was not declared in this scope
3 | cin >> a;
| ^~~
fibo.cpp:4:3: error: ‘cout’ was not declared in this scope
4 | cout << b << "\n";
| ^~~~