- Owner
- ADRIAN HSD
- Problem
- Fib
- Source
- 0.38KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:6:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf ("%d", &X); ^ prog.cpp:18:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (b<X) ^
Results
Test number Result Time 1 Wrong answer 0.2336s