#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 | #53272831 | Utilizator | |
Fișier | overflow2.cpp | Dimensiune | 817 B |
Data încărcării | 23 Octombrie 2024, 08:30 | Scor / rezultat | 5 puncte |
overflow2.cpp: In function 'void cleanup()': overflow2.cpp:11:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii=1;ii<=m;ii++) ^ overflow2.cpp: In function 'int main()': overflow2.cpp:24:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=1; i<=n; i++) ^ overflow2.cpp:27:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=1; j<=m; j++) ^ overflow2.cpp:31:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j=1; j<=m; j++) ^ overflow2.cpp:40:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (j==m) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | OK. | 5 | 5 | ||
5 | 0.012 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.008 secunde | Caught fatal signal 11 | 5 | 0 | ||
7 | 0.004 secunde | Caught fatal signal 11 | 30 | 0 | ||
8 | 0.012 secunde | Caught fatal signal 11 | 10 | 0 | ||
9 | 0.008 secunde | Caught fatal signal 11 | 30 | 0 | ||
Punctaj total | 5 |
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ă.