#4499
LaziPP
Câte cutii paralelipipedice cu dimesiunile a
, b
, c
centimetri pot fi suprapuse într-o încăpere de înălțime h
metri?
Problema | LaziPP | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54160077 | Utilizator | |
Fișier | lazipp.cpp | Dimensiune | 253 B |
Data încărcării | 21 Noiembrie 2024, 08:20 | Scor / rezultat | 60 puncte |
lazipp.cpp: In function 'int main()': lazipp.cpp:8:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (a<=b<=c || a<=c<=b) {d=a;} ^ lazipp.cpp:8:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (a<=b<=c || a<=c<=b) {d=a;} ^ lazipp.cpp:9:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (b<=a<=c || b<=c<=a) {d=b;} ^ lazipp.cpp:9:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (b<=a<=c || b<=c<=a) {d=b;} ^ lazipp.cpp:10:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (c<=a<=b || c<=b<=a) {d=c;} ^ lazipp.cpp:10:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (c<=a<=b || c<=b<=a) {d=c;} ^ lazipp.cpp:11:13: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] cu=(h*100)/d; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
Punctaj total | 60 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema LaziPP 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ă.