#889
CuvinteComune
Se dau două propoziții formate din litere mari și mici ale alfabetului englez și spații. Să se afișeze în ordine alfabetică cuvintele care apar în ambele șiruri.
Problema | CuvinteComune | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #17979302 | Utilizator | |
Fișier | cuvintecomune.cpp | Dimensiune | 2.96 KB |
Data încărcării | 25 Octombrie 2019, 17:18 | Scor / rezultat | Eroare de compilare |
cuvintecomune.cpp:19:5: error: 'int index' redeclared as different kind of symbol int index; ^ In file included from /usr/include/c++/4.8/cstring:42:0, from cuvintecomune.cpp:3: /usr/include/string.h:482:1: error: previous declaration of 'const char* index(const char*, int)' index (const char *__s, int __c) __THROW ^ cuvintecomune.cpp: In function 'int main()': cuvintecomune.cpp:135:27: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<' for(int i=0;i<index;i++){ ^ cuvintecomune.cpp:159:33: error: invalid types 'char [255][255][<unresolved overloaded function type>]' for array subscript strcpy(matrice[index],p); ^ cuvintecomune.cpp:161:18: error: no post-increment operator for type index++; ^ cuvintecomune.cpp:133:18: warning: unused variable 'cond' [-Wunused-variable] bool cond = 0; ^ cuvintecomune.cpp:175:25: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator-' for(int i=0;i<index-1;i++){ ^ cuvintecomune.cpp:177:25: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<' for(int j=i+1;j<index;j++){ ^ cuvintecomune.cpp:207:19: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<' for(int i=0;i<index;i++){ ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CuvinteComune 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ă.