Problema | Anagrame1 | Operații I/O |
anagrame1.in /anagrame1.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54025793 | Utilizator | |
Fișier | anagrame1.cpp | Dimensiune | 880 B |
Data încărcării | 18 Noiembrie 2024, 10:37 | Scor / rezultat | Eroare de compilare |
anagrame1.cpp: In function 'int succesor()': anagrame1.cpp:14:21: error: 's' was not declared in this scope if(st[k]<strlen(s)) ^ anagrame1.cpp: In function 'int solutie()': anagrame1.cpp:29:22: error: 's' was not declared in this scope return k==strlen(s); ^ anagrame1.cpp: In function 'void tipar()': anagrame1.cpp:34:12: error: 's' was not declared in this scope g<<s[st[i]-1]<<" "; ^ anagrame1.cpp: In function 'int main()': anagrame1.cpp:55:5: error: expected initializer before 'f' f.get(s,10); ^ anagrame1.cpp: In function 'int succesor()': anagrame1.cpp:20:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ anagrame1.cpp: In function 'int solutie()': anagrame1.cpp:30:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Anagrame1 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ă.