- Owner
- Jula Marius
- Problem
- Fib
- Source
- 0.78KB
- Result
- Wrong answer
Compiler output
prog.c: In function 'fibo': prog.c:14:9: warning: 'next' may be used uninitialized in this function [-Wmaybe-uninitialized] int next, first, second, c; ^ prog.c: In function 'verif_fibo': prog.c:34:11: warning: 'next' may be used uninitialized in this function [-Wmaybe-uninitialized] while (!(fibo(check) < x)) ^
Results
Test number Result Time 1 Ok 0.2289s 2 Wrong answer 0.2315s