#2274
Limite
C++
Se dau n
numere naturale. Afișați tipul de date C++ minim ca număr de octeți permite memorarea fiecărui număr. Dacă un număr încape și în tipul cu semn și în tipul fără semn, se afișează tipul cu semn.
Problema | Limite | Operații I/O |
limite.in /limite.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53275403 | Utilizator | |
Fișier | limite.cpp | Dimensiune | 900 B |
Data încărcării | 23 Octombrie 2024, 09:44 | Scor / rezultat | 0 puncte |
limite.cpp:31:20: warning: integer constant is so large that it is unsigned [enabled by default] if(x>=-9223372036854775808&&x<=9223372036854775807) ^ limite.cpp:34:25: warning: integer constant is so large that it is unsigned [enabled by default] if(x>=0&&x<=18446744073709551615) ^ limite.cpp: In function 'int main()': limite.cpp:13:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(x>=-128&&x<=127) ^ limite.cpp:19:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(x>=-32678&&x<-32767) ^ limite.cpp:19:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(x>=-32678&&x<-32767) ^ limite.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(x>=-2147483648&&x<=2147483647) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Limite 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ă.