#4253
textOJI
Scrieţi un program care să citească lungimea unei linii şi textul dat şi care să alinieze textul la stânga şi la dreapta.
OJI 2003, clasa a IX-a
Problema | textOJI | Operații I/O |
textoji.in /textoji.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55110952 | Utilizator | |
Fișier | textoji.cpp | Dimensiune | 2.96 KB |
Data încărcării | 25 Decembrie 2024, 13:42 | Scor / rezultat | 10 puncte |
textoji.cpp: In function 'void alignText(std::vector<std::basic_string<char> >&, int)': textoji.cpp:10:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < lines.size() - 1; i++) { // Aliniere doar pentru liniile, exceptând ultima ^ textoji.cpp:31:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < words.size() - 1; j++) { ^ textoji.cpp: In function 'int main()': textoji.cpp:68:77: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (currentLength + word.length() + (currentLine.empty() ? 0 : 1) > maxLen) { ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 10 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema textOJI 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ă.