#1346
PbInfo
C++
Dându-se un șir de caractere și mai multe cuvinte, să se afle dacă există cuvinte care apar în şir.
Problema | PbInfo | Operații I/O |
pbinfo.in /pbinfo.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54817767 | Utilizator | |
Fișier | pbinfo.cpp | Dimensiune | 400 B |
Data încărcării | 09 Decembrie 2024, 16:09 | Scor / rezultat | Eroare de compilare |
pbinfo.cpp:6:22: error: invalid conversion from 'const char*' to 'char' [-fpermissive] char l[256], s[40],v="virus"; ^ pbinfo.cpp: In function 'int main()': pbinfo.cpp:16:21: error: expected primary-expression before ']' token if(strstr(l[],s[]) || strstr(l[],v[])) ^ pbinfo.cpp:16:25: error: expected primary-expression before ']' token if(strstr(l[],s[]) || strstr(l[],v[])) ^ pbinfo.cpp:16:40: error: expected primary-expression before ']' token if(strstr(l[],s[]) || strstr(l[],v[])) ^ pbinfo.cpp:16:44: error: expected primary-expression before ']' token if(strstr(l[],s[]) || strstr(l[],v[])) ^ pbinfo.cpp:21:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PbInfo 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ă.