#224
Rotire
Se dă o matrice cu m
linii şi n
coloane şi elemente numere naturale. Să se construiască un nou tablou bidimensional cu n
linii şi m
coloane, obţinut din primul prin rotirea acestuia în sens trigonometric cu 90 o.
Variante Bacalaureat 2009
Problema | Rotire | Operații I/O |
rotire.in /rotire.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #46355485 | Utilizator | |
Fișier | rotire.cpp | Dimensiune | 637 B |
Data încărcării | 11 Noiembrie 2023, 13:16 | Scor / rezultat | Eroare de compilare |
rotire.cpp:1:10: error: #include expects "FILENAME" or <FILENAME> #include <iostream> ^ rotire.cpp:2:10: error: #include expects "FILENAME" or <FILENAME> #include <fstream> ^ rotire.cpp:4:1: error: 'ifstream' does not name a type ifstream fin("rotire.in"); ^ rotire.cpp:4:20: error: 'rotire' does not name a type ifstream fin("rotire.in"); ^ rotire.cpp:4:35: error: expected unqualified-id before ')' token ifstream fin("rotire.in"); ^ rotire.cpp:5:1: error: 'ofstream' does not name a type ofstream fout("rotire.out"); ^ rotire.cpp:5:21: error: 'rotire' does not name a type ofstream fout("rotire.out"); ^ rotire.cpp:5:37: error: expected unqualified-id before ')' token ofstream fout("rotire.out"); ^ rotire.cpp: In function 'void rotire(int (*)[101], int (*)[101], int, int)': rotire.cpp:8:16: error: 'lt' was not declared in this scope for(int i=1; i<=n; i++) ^ rotire.cpp:8:19: error: expected primary-expression before '=' token for(int i=1; i<=n; i++) ^ rotire.cpp:8:21: error: expected ')' before ';' token for(int i=1; i<=n; i++) ^ rotire.cpp:8:23: error: 'i' was not declared in this scope for(int i=1; i<=n; i++) ^ rotire.cpp:8:26: error: expected ';' before ')' token for(int i=1; i<=n; i++) ^ rotire.cpp:38:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Rotire 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ă.