#2738
DistLungMax
Se dă un șir de caractere care conține cuvinte formate din litere mici ale alfabetului englez și separate printr-un singur spațiu. Să se determine cel mai lung cuvânt care are toate literele distincte. Dacă nu există niciun cuvânt cu toate literele distincte se va afișa -1
.
Problema | DistLungMax | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53897234 | Utilizator | |
Fișier | distlungmax.cpp | Dimensiune | 571 B |
Data încărcării | 14 Noiembrie 2024, 10:38 | Scor / rezultat | Eroare de compilare |
distlungmax.cpp:3:7: error: expected nested-name-specifier before 'namespaace' using namespaace std; ^ distlungmax.cpp:3:7: error: 'namespaace' has not been declared distlungmax.cpp:3:18: error: expected ';' before 'std' using namespaace std; ^ distlungmax.cpp:3:18: error: 'std' does not name a type distlungmax.cpp: In function 'int main()': distlungmax.cpp:8:5: error: 'cin' was not declared in this scope cin.getline(s, 256); ^ distlungmax.cpp:8:5: note: suggested alternative: In file included from distlungmax.cpp:1:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^ distlungmax.cpp:12:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0; i<=strlen(p); i++) ^ distlungmax.cpp:17:35: error: 'lmax' was not declared in this scope if(ok==0 && strlen(p)>lmax) ^ distlungmax.cpp:18:24: error: 't' was not declared in this scope {strcpy (t, p); ^ distlungmax.cpp:20:35: error: 'strltok' was not declared in this scope }p=strltok(NULL, " "); ^ distlungmax.cpp:22:8: error: 'lmax' was not declared in this scope if(lmax==0) ^ distlungmax.cpp:23:9: error: 'cout' was not declared in this scope cout<<"-1"; ^ distlungmax.cpp:23:9: note: suggested alternative: In file included from distlungmax.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ distlungmax.cpp:25:9: error: 'cout' was not declared in this scope cout<<"t"; ^ distlungmax.cpp:25:9: note: suggested alternative: In file included from distlungmax.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ distlungmax.cpp:25:18: error: expected '}' at end of input cout<<"t"; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema DistLungMax 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ă.