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 | #53767104 | Utilizator | |
Fișier | anagrame1.cpp | Dimensiune | 799 B |
Data încărcării | 11 Noiembrie 2024, 11:33 | Scor / rezultat | Eroare de compilare |
anagrame1.cpp:1:1: error: stray '##' in program ##include <bits/stdc++.h> ^ anagrame1.cpp:1:3: error: 'include' does not name a type ##include <bits/stdc++.h> ^ anagrame1.cpp:3:1: error: 'ifstream' does not name a type ifstream cin("anagrame1.in"); ^ anagrame1.cpp:4:1: error: 'ofstream' does not name a type ofstream cout("anagrame1.out"); ^ anagrame1.cpp: In function 'void afisare()': anagrame1.cpp:10:9: error: 'cout' was not declared in this scope cout << s[x[i]]; ^ anagrame1.cpp:11:5: error: 'cout' was not declared in this scope cout << '\n'; ^ anagrame1.cpp: In function 'void back(int)': anagrame1.cpp:21:26: error: 'bt' was not declared in this scope else bt(k + 1); ^ anagrame1.cpp: In function 'int main()': anagrame1.cpp:27:5: error: 'cin' was not declared in this scope cin >> s; ^ anagrame1.cpp:28:17: error: 'strlen' was not declared in this scope n = strlen(s); ^ anagrame1.cpp:37:9: error: 'bt' was not declared in this scope bt(1); ^
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ă.