#257
FiboSum
Se dă un număr natural n
. Să se descompună în sumă cu număr minim de termeni ai şirului lui Fibonacci.
Problema | FiboSum | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55025535 | Utilizator | |
Fișier | fibosum.cpp | Dimensiune | 2.79 KB |
Data încărcării | 17 Decembrie 2024, 09:54 | Scor / rezultat | 20 puncte |
fibosum.cpp: In function 'int main()': fibosum.cpp:50:40: warning: unused variable 'gasit' [-Wunused-variable] long long int n, i, a=1, b=1, c, rest, gasit=0, x=0, y=0, z=0, w=0, rest1; ^ fibosum.cpp:50:49: warning: variable 'x' set but not used [-Wunused-but-set-variable] long long int n, i, a=1, b=1, c, rest, gasit=0, x=0, y=0, z=0, w=0, rest1; ^ fibosum.cpp:50:54: warning: variable 'y' set but not used [-Wunused-but-set-variable] long long int n, i, a=1, b=1, c, rest, gasit=0, x=0, y=0, z=0, w=0, rest1; ^ fibosum.cpp:50:59: warning: variable 'z' set but not used [-Wunused-but-set-variable] long long int n, i, a=1, b=1, c, rest, gasit=0, x=0, y=0, z=0, w=0, rest1; ^ fibosum.cpp:50:64: warning: unused variable 'w' [-Wunused-variable] long long int n, i, a=1, b=1, c, rest, gasit=0, x=0, y=0, z=0, w=0, rest1; ^ fibosum.cpp:131:17: warning: 'rest1' may be used uninitialized in this function [-Wmaybe-uninitialized] if(c==rest1) ^ fibosum.cpp:113:37: warning: 'rest' may be used uninitialized in this function [-Wmaybe-uninitialized] rest1=rest-a; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0.004 secunde | Raspuns gresit. | 40 | 0 | ||
3 | 0.004 secunde | Raspuns gresit. | 40 | 0 | ||
Punctaj total | 20 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema FiboSum face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.