#3538
SiruriPrietene
Se dau două șiruri de caractere formate din litere mici ale alfabetului englez. Să se afle dacă aceste șiruri sunt prietene. Un șir de caractere este prieten cu un alt șir de caractere dacă se poate obține din acesta prin inversarea, ori de câte ori, a caracterelor sale, cu mențiunea că nu se pot inversa între ele decât caractere de pe poziții cu aceeași paritate.
RAUCoder 2019
Problema | SiruriPrietene | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 16 MB
/
Stivă 8 MB
|
Id soluție | #53388230 | Utilizator | |
Fișier | siruriprietene.cpp | Dimensiune | 1.33 KB |
Data încărcării | 27 Octombrie 2024, 17:09 | Scor / rezultat | Eroare de compilare |
siruriprietene.cpp:1:0: warning: ignoring #pragma warning [-Wunknown-pragmas] #pragma warning(disable : 4996) ^ siruriprietene.cpp: In function 'int main()': siruriprietene.cpp:17:10: error: expected ')' before '!' token if(ns!nt) ^ siruriprietene.cpp:39:35: error: cannot convert 'int*' to 'const char*' for argument '1' to 'size_t strlen(const char*)' for(int i=0;i<strlen(t_par)) ^ siruriprietene.cpp:39:36: error: expected ';' before ')' token for(int i=0;i<strlen(t_par)) ^ siruriprietene.cpp:41:39: error: no matching function for call to 'strchr(int [501], int&)' if(p=strchr(s_par,t_par[i]) ^ siruriprietene.cpp:41:39: note: candidates are: In file included from /usr/include/c++/4.8/cstring:42:0, from siruriprietene.cpp:2: /usr/include/string.h:223:1: note: char* strchr(char*, int) strchr (char *__s, int __c) __THROW ^ /usr/include/string.h:223:1: note: no known conversion for argument 1 from 'int [501]' to 'char*' /usr/include/string.h:229:1: note: const char* strchr(const char*, int) strchr (const char *__s, int __c) __THROW ^ /usr/include/string.h:229:1: note: no known conversion for argument 1 from 'int [501]' to 'const char*' siruriprietene.cpp:42:13: error: expected ')' before '{' token { ^ siruriprietene.cpp:50:9: error: expected primary-expression before '}' token } ^ siruriprietene.cpp:50:9: error: expected ';' before '}' token siruriprietene.cpp:51:37: error: cannot convert 'int*' to 'const char*' for argument '1' to 'size_t strlen(const char*)' for(int i=0;i<strlen(t_impar)) ^ siruriprietene.cpp:51:38: error: expected ';' before ')' token for(int i=0;i<strlen(t_impar)) ^ siruriprietene.cpp:53:43: error: no matching function for call to 'strchr(int [501], int&)' if(p=strchr(s_impar,t_impar[i]) ^ siruriprietene.cpp:53:43: note: candidates are: In file included from /usr/include/c++/4.8/cstring:42:0, from siruriprietene.cpp:2: /usr/include/string.h:223:1: note: char* strchr(char*, int) strchr (char *__s, int __c) __THROW ^ /usr/include/string.h:223:1: note: no known conversion for argument 1 from 'int [501]' to 'char*' /usr/include/string.h:229:1: note: const char* strchr(const char*, int) strchr (const char *__s, int __c) __THROW ^ /usr/include/string.h:229:1: note: no known conversion for argument 1 from 'int [501]' to 'const char*' siruriprietene.cpp:54:13: error: expected ')' before '{' token { ^ siruriprietene.cpp:62:9: error: expected primary-expression before '}' token } ^ siruriprietene.cpp:62:9: error: expected ';' before '}' token siruriprietene.cpp:16:9: warning: unused variable 'nt' [-Wunused-variable] int nt=strlen(t); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema SiruriPrietene 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ă.