#851
Email
Se dă o listă de adrese de email corecte ca structură. Să se determine câte adrese de email sunt asociate cu fiecare nume de domeniu.
Problema | Operații I/O |
email.in /email.out
|
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54678954 | Utilizator | |
Fișier | email.cpp | Dimensiune | 690 B |
Data încărcării | 05 Decembrie 2024, 11:01 | Scor / rezultat | Eroare de compilare |
email.cpp: In function 'int main()': email.cpp:16:19: error: cannot convert 'char* (*)[1001]' to 'char*' for argument '1' to 'char* strcpy(char*, const char*)' {strcpy(x,v[i]); ^ email.cpp:17:17: error: no matching function for call to 'strchr(char* [1001][1001], const char [2])' strchr(x,"@");ok=0; ^ email.cpp:17:17: note: candidates are: In file included from /usr/include/c++/4.8/cstring:42:0, from email.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 'char* [1001][1001]' 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 'char* [1001][1001]' to 'const char*' email.cpp:18:23: error: cannot convert 'char* [1001][1001]' to 'char*' in assignment if(e==0) {e=1;y[1]=x;z[x]=1;} ^ email.cpp:18:29: error: invalid types 'char* [201][char* [1001][1001]]' for array subscript if(e==0) {e=1;y[1]=x;z[x]=1;} ^ email.cpp:21:21: error: cannot convert 'char* (*)[1001]' to 'const char*' for argument '2' to 'int strcmp(const char*, const char*)' if(strcmp(y[e],x)==0) ^ email.cpp:24:12: error: invalid types 'char* [201][char* [1001][1001]]' for array subscript z[x]++; ^ email.cpp:26:24: error: cannot convert 'char* [1001][1001]' to 'char*' in assignment if(ok==0) {e++;y[e]=x;z[x]=1;} ^ email.cpp:26:30: error: invalid types 'char* [201][char* [1001][1001]]' for array subscript if(ok==0) {e++;y[e]=x;z[x]=1;} ^ email.cpp:29:9: error: 'cout' was not declared in this scope cout<<y[i]<<endl; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Email 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ă.