- Owner
- Andrei Arhire
- Problem
- Fib
- Source
- 0.46KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int main()': prog.cpp:7:25: warning: variable 'z' set but not used [-Wunused-but-set-variable] int64_t x = 1 , y , z , a , b , p = ( 1LL << 62 ) + 5 , n , cnt = 2 ; ^ prog.cpp:7:37: warning: unused variable 'p' [-Wunused-variable] int64_t x = 1 , y , z , a , b , p = ( 1LL << 62 ) + 5 , n , cnt = 2 ; ^
Results
Test number Result Time 1 Ok 0.2656s 2 Ok 0.2657s 3 Ok 0.2822s 4 Ok 0.2656s 5 Ok 0.2689s 6 Ok 0.2664s 7 Ok 0.2700s 8 Ok 0.2675s 9 Ok 0.2677s 10 Ok 0.2665s 11 Ok 0.2654s