#972
Se dă un șir de caractere. Să se determine câte vocale din șir sunt cuprinse între două consoane.
Problema | Pozitii | Operații I/O |
![]() |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50124073 | Utilizator | |
Fișier | pozitii.cpp | Dimensiune | 355 B |
Data încărcării | 27 Martie 2024, 20:12 | Scor / rezultat | Eroare de compilare |
pozitii.cpp: In function 'int main()': pozitii.cpp:12:38: error: assignment of read-only location '"aeiouAEIOU"' if(strchr(s[i-1],"aeiouAEIOU"=NULL)&& strchr(s[i],"aeiouAEIOU")&& strchr(s[i=1],"aeiouAEIOU"=NULL)) ^ pozitii.cpp:12:38: error: incompatible types in assignment of 'int' to 'const char [11]' pozitii.cpp:12:71: error: call of overloaded 'strchr(char&, const char [11])' is ambiguous if(strchr(s[i-1],"aeiouAEIOU"=NULL)&& strchr(s[i],"aeiouAEIOU")&& strchr(s[i=1],"aeiouAEIOU"=NULL)) ^ pozitii.cpp:12:71: note: candidates are: In file included from /usr/include/c++/4.8/cstring:42:0, from pozitii.cpp:2: /usr/include/string.h:223:1: note: char* strchr(char*, int) <near match> strchr (char *__s, int __c) __THROW ^ /usr/include/string.h:223:1: note: no known conversion for argument 2 from 'const char [11]' to 'int' /usr/include/string.h:229:1: note: const char* strchr(const char*, int) <near match> strchr (const char *__s, int __c) __THROW ^ /usr/include/string.h:229:1: note: no known conversion for argument 2 from 'const char [11]' to 'int' pozitii.cpp:12:101: error: assignment of read-only location '"aeiouAEIOU"' if(strchr(s[i-1],"aeiouAEIOU"=NULL)&& strchr(s[i],"aeiouAEIOU")&& strchr(s[i=1],"aeiouAEIOU"=NULL)) ^ pozitii.cpp:12:101: error: incompatible types in assignment of 'int' to 'const char [11]'
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Pozitii 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ă.