#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 | #54456430 | Utilizator | |
Fișier | textoji.cpp | Dimensiune | 2.09 KB |
Data încărcării | 28 Noiembrie 2024, 21:11 | Scor / rezultat | 20 puncte |
textoji.cpp: In function 'int main()': textoji.cpp:18:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<paragraf.size(); i++) ^ textoji.cpp:21:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(paragraf[i]!=' ' && i<paragraf.size()) ^ textoji.cpp:27:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(paragraf[i+1]==' ' && i+1<paragraf.size()) i++; ^ textoji.cpp:30:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<cuvinte.size(); i++) ^ textoji.cpp:32:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(nr_char+nr_cuvinte+cuvinte[i].size()<=max) ^ textoji.cpp:60:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(poz<cuvinte.size()) ^ textoji.cpp:62:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(poz<cuvinte.size()-1) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 10 | 10 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
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 | 20 |
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ă.