Problem | fibo |
---|---|
User | Water |
Submission Time | 2023-06-27 20:25:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:50:34: error: expected ‘;’ before ‘int’
50 | ios_base::sync_with_stdio(false)
| ^
| ;
51 | int a;
| ~~~
fibo.cpp:52:9: error: ‘a’ was not declared in this scope
52 | cin >> a;
| ^