#4270
FConcat
C++
Să se scrie o funcție care concatenează un șir de caracterele cu un alt șir.
Problema | FConcat | Operații I/O |
fconcat.in /fconcat.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54325790 | Utilizator | |
Fișier | fconcat.cpp | Dimensiune | 335 B |
Data încărcării | 25 Noiembrie 2024, 20:15 | Scor / rezultat | 100 puncte |
fconcat.cpp: In function 'void FConcat(char*, char*)': fconcat.cpp:8:17: warning: NULL used in arithmetic [-Wpointer-arith] while(s[i]!=NULL) ^ fconcat.cpp:14:17: warning: NULL used in arithmetic [-Wpointer-arith] while(d[i]!=NULL) ^ fconcat.cpp:27:10: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] s[i] = NULL; ^ fconcat.cpp:6:9: warning: 'Ls' may be used uninitialized in this function [-Wmaybe-uninitialized] int Ls, Ld; ^ fconcat.cpp:6:13: warning: 'Ld' may be used uninitialized in this function [-Wmaybe-uninitialized] int Ls, Ld; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | OK. | 10 | 10 | ||
9 | 0 secunde | OK. | 10 | 10 | ||
10 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema FConcat face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.