#210
Chenar
Să se parcurgă în sensul acelor de ceasornic chenarul exterior al unei matrice pătratice.
Variante Bacalaureat 2009
Problema | Chenar | Operații I/O |
chenar.in /chenar.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50923280 | Utilizator | |
Fișier | chenar.cpp | Dimensiune | 414 B |
Data încărcării | 14 Mai 2024, 14:14 | Scor / rezultat | Eroare de compilare |
chenar.cpp:2:1: error: 'ifstream' does not name a type ifstream fin("chenar.in"); ^ chenar.cpp:3:1: error: 'ofstream' does not name a type ofstream fout("chenar.out"); ^ chenar.cpp: In function 'int main()': chenar.cpp:10:6: error: 'fin' was not declared in this scope fin>>n; ^ chenar.cpp:15:9: error: 'fout' was not declared in this scope fout<<a[o][j]<<' '; ^ chenar.cpp:15:15: error: 'a' was not declared in this scope fout<<a[o][j]<<' '; ^ chenar.cpp:15:17: error: 'o' was not declared in this scope fout<<a[o][j]<<' '; ^ chenar.cpp:18:9: error: 'fout' was not declared in this scope fout<<a[i][n-1]<<' '; ^ chenar.cpp:18:15: error: 'a' was not declared in this scope fout<<a[i][n-1]<<' '; ^ chenar.cpp:20:13: error: 'fout' was not declared in this scope fout<<a[i][0]<<' '; ^ chenar.cpp:20:19: error: 'a' was not declared in this scope fout<<a[i][0]<<' '; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Chenar 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ă.