#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 | #53673587 | Utilizator | |
Fișier | fconcat.cpp | Dimensiune | 725 B |
Data încărcării | 07 Noiembrie 2024, 22:12 | Scor / rezultat | Eroare de compilare |
fconcat.cpp:13:21: warning: multi-character character constant [-Wmultichar] while(s[i]!='/0') ^ fconcat.cpp:18:21: warning: multi-character character constant [-Wmultichar] while(d[i]!='/0') ^ fconcat.cpp:24:14: warning: multi-character character constant [-Wmultichar] s[i]='/0'; ^ fconcat.cpp: In function 'void Fconcat(char*, char*)': fconcat.cpp:24:13: warning: overflow in implicit constant conversion [-Woverflow] s[i]='/0'; ^ fconcat.cpp: In function 'void strcat(char*, char*)': fconcat.cpp:41:23: warning: NULL used in arithmetic [-Wpointer-arith] for(i=1;s[i]!=NULL;i++); ^ fconcat.cpp:42:23: warning: NULL used in arithmetic [-Wpointer-arith] for(j=0;d[i]!=NULL;j++,i++) ^ fconcat.cpp: In function 'int main()': fconcat.cpp:49:5: error: redefinition of 'int main()' int main() ^ fconcat.cpp:29:5: error: 'int main()' previously defined here int main() ^ fconcat.cpp:58:17: error: 'FConcat' was not declared in this scope FConcat(s, d); ^
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ă.