#1125
Overflow2
Se dau n
numere naturale, scrise sub forma \( a_{1}^{b_1} + a_{2}^{b_2} + \cdots + a_{m}^{b_m} \). Să se afle dacă numerele pot fi reprezentate pe 8 octeti, fără semn.
Problema | Overflow2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #44070764 | Utilizator | |
Fișier | overflow2.cpp | Dimensiune | 633 B |
Data încărcării | 16 Iunie 2023, 17:44 | Scor / rezultat | 20 puncte |
overflow2.cpp:8:41: warning: integer constant is so large that it is unsigned [enabled by default] unsigned long long n,i,a,j,x,y,s,vmax=18446744073709551615,st,p=1; ^ overflow2.cpp: In function 'int main()': overflow2.cpp:8:62: warning: variable 'st' set but not used [-Wunused-but-set-variable] unsigned long long n,i,a,j,x,y,s,vmax=18446744073709551615,st,p=1; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | Exemplu | |
2 | 0 secunde | OK. | 5 | 5 | ||
3 | 0.04 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0.012 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.16 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0.592 secunde | Raspuns gresit. | 30 | 0 | ||
8 | 0.124 secunde | OK. | 10 | 10 | ||
9 | 0.616 secunde | Raspuns gresit. | 30 | 0 | ||
Punctaj total | 20 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Overflow2 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ă.