| Problem | fibo |
|---|---|
| User | Elnathan |
| Submission Time | 2024-06-02 15:48:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:15:16: error: redeclaration of ‘constexpr const int poo’
15 | constexpr int poo = f(46);
| ^~~
fibo.cpp:14:16: note: ‘constexpr const int poo’ previously declared here
14 | constexpr int poo = f(46);
| ^~~
fibo.cpp:16:16: error: redeclaration of ‘constexpr const int poo’
16 | constexpr int poo = f(46);
| ^~~
fibo.cpp:14:16: note: ‘constexpr const int poo’ previously declared here
14 | constexpr int poo = f(46);
| ^~~
fibo.cpp:17:16: error: redeclaration of ‘constexpr const int poo’
17 | constexpr int poo = f(46);
| ^~~
fibo.cpp:14:16: note: ‘constexpr const int poo’ previously declared here
14 | constexpr int poo = f(46);
| ^~~
fibo.cpp:18:16: error: redeclaration of ‘constexpr const int poo’
18 | constexpr int poo = f(46);