Problema | esteArbore | Operații I/O |
estearbore.in /estearbore.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54840076 | Utilizator | |
Fișier | estearbore.cpp | Dimensiune | 706 B |
Data încărcării | 10 Decembrie 2024, 09:02 | Scor / rezultat | Eroare de compilare |
estearbore.cpp:1:10: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] #include <fstream>using namespace std; ^ estearbore.cpp:1:19: warning: extra tokens at end of #include directive [enabled by default] #include <fstream>using namespace std; ^ estearbore.cpp:2:1: error: 'ifstream' does not name a type ifstream cin("estearbore.in"); ^ estearbore.cpp:3:1: error: 'ofstream' does not name a type ofstream cout("estearbore.out"); ^ estearbore.cpp: In function 'int main()': estearbore.cpp:18:5: error: 'cin' was not declared in this scope cin >> n; ^ estearbore.cpp:30:25: error: 'cout' was not declared in this scope if(ok==1 && aux==n) cout<<"DA"; ^ estearbore.cpp:31:10: error: 'cout' was not declared in this scope else cout<<"NU"; ^ estearbore.cpp:17:13: warning: unused variable 'i' [-Wunused-variable] int x,y,i; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema esteArbore 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ă.