#8
maxim3
Să se scrie un program care determină maximul a trei numere întregi citite dintr-un fişier.
Problema | maxim3 | Operații I/O |
maxim3.in /maxim3.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53946048 | Utilizator | |
Fișier | maxim3.cpp | Dimensiune | 314 B |
Data încărcării | 15 Noiembrie 2024, 13:47 | Scor / rezultat | Eroare de compilare |
maxim3.cpp: In function 'int main()': maxim3.cpp:10:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (n>m>o) || (n>o>m) ^ maxim3.cpp:10:16: error: expected primary-expression before '||' token if (n>m>o) || (n>o>m) ^ maxim3.cpp:10:21: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (n>m>o) || (n>o>m) ^ maxim3.cpp:11:9: error: expected ';' before 'fout' fout<<n; ^ maxim3.cpp:12:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (m>n>o) || (m>o>n) ^ maxim3.cpp:12:16: error: expected primary-expression before '||' token if (m>n>o) || (m>o>n) ^ maxim3.cpp:12:21: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (m>n>o) || (m>o>n) ^ maxim3.cpp:13:9: error: expected ';' before 'fout' fout<<m; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema maxim3 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ă.