#1192
Arhitectura2
Pentru un sir de n
numere naturale reprezentand inaltimile unor cladiri , sa se raspunda la o intrebare pentru fiecare element .
Problema | Arhitectura2 | Operații I/O |
arhitectura2.in /arhitectura2.out
|
---|---|---|---|
Limita timp | 1.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50530375 | Utilizator | |
Fișier | arhitectura2.cpp | Dimensiune | 803 B |
Data încărcării | 13 Aprilie 2024, 13:49 | Scor / rezultat | Eroare de compilare |
arhitectura2.cpp:6:16: warning: missing terminating " character [enabled by default] ifstream f("arhitectura2.in); ^ arhitectura2.cpp:6:5: error: missing terminating " character ifstream f("arhitectura2.in); ^ arhitectura2.cpp:7:16: warning: missing terminating " character [enabled by default] ofstream g("arhitectura2.out); ^ arhitectura2.cpp:7:5: error: missing terminating " character ofstream g("arhitectura2.out); ^ arhitectura2.cpp: In function 'int main()': arhitectura2.cpp:7:15: error: expected ',' or '...' before '(' token ofstream g("arhitectura2.out); ^ arhitectura2.cpp:8:9: error: expected ')' before ';' token f>>n; ^ arhitectura2.cpp:10:15: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'int' to binary 'operator>>' f>>v[i]; ^ arhitectura2.cpp:20:9: error: 'g' was not declared in this scope g<<v[i]<<" "; ^ arhitectura2.cpp:23:9: error: 'g' was not declared in this scope g<<endl<<"1"<<" "; ^ arhitectura2.cpp:25:9: error: 'g' was not declared in this scope g<<endl<<"0"<<" "; ^ arhitectura2.cpp:29:13: error: 'g' was not declared in this scope g<<"1"<<" "; ^ arhitectura2.cpp:31:13: error: 'g' was not declared in this scope g<<"0"<<" "; ^ arhitectura2.cpp:34:9: error: 'g' was not declared in this scope g<<"1"<<" "; ^ arhitectura2.cpp:36:9: error: 'g' was not declared in this scope g<<"0"<<" "; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Arhitectura2 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ă.