#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 | #53101946 | Utilizator | |
Fișier | textoji.cpp | Dimensiune | 1.33 KB |
Data încărcării | 17 Octombrie 2024, 17:20 | Scor / rezultat | 0 puncte |
textoji.cpp: In function 'int main()': textoji.cpp:15:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<=strlen(h)-1;i++){ ^ textoji.cpp:29:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(strlen(s1[j])+strlen(s[i])-1<=n){ ^ textoji.cpp:48:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(strlen(s1[i])<n){ ^ textoji.cpp:56:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(j==strlen(s1[i])){ ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | Depășit | Limita de timp depășită | 10 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
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 | Caught fatal signal 11 | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
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ă.