#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 | #53479137 | Utilizator | |
Fișier | overflow2.cpp | Dimensiune | 677 B |
Data încărcării | 01 Noiembrie 2024, 23:00 | Scor / rezultat | 85 puncte |
overflow2.cpp:5:30: warning: integer constant is so large that it is unsigned [enabled by default] unsigned long long int s,p,c=18446744073709551615; ^ overflow2.cpp: In function 'int main()': overflow2.cpp:20:15: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(ok) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | Exemplu | |
2 | 0 secunde | OK. | 5 | 5 | ||
3 | 0.02 secunde | OK. | 5 | 5 | ||
4 | 0 secunde | Caught fatal signal 8 | 5 | 0 | ||
5 | 0.008 secunde | OK. | 5 | 5 | ||
6 | 0.148 secunde | OK. | 5 | 5 | ||
7 | 0.56 secunde | OK. | 30 | 30 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.588 secunde | OK. | 30 | 30 | ||
Punctaj total | 85 |
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ă.