Problem | fibo |
---|---|
User | ansel |
Submission Time | 2024-05-21 20:15:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin>>n;
| ^~~
fibo.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout<<0<<"\n"<<1<<"\n";
| ^~~~