#4696
GenMat32
Scrieţi un program care citeşte de la tastatură un număr natural n
şi construieşte în memorie o matrice cu n
linii şi n
coloane în care:
1
;1
;Problema | GenMat32 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52480930 | Utilizator | |
Fișier | genmat32.cpp | Dimensiune | 620 B |
Data încărcării | 01 Octombrie 2024, 12:27 | Scor / rezultat | Eroare de compilare |
genmat32.cpp:13:9: error: stray '\310' in program AfișareMatrice(matrice); ^ genmat32.cpp:13:9: error: stray '\231' in program genmat32.cpp:16:5: error: stray '\310' in program static void AfișareMatrice(int[,] matrice) ^ genmat32.cpp:16:5: error: stray '\231' in program genmat32.cpp:1:7: error: expected nested-name-specifier before 'System' using System; ^ genmat32.cpp:1:7: error: 'System' has not been declared genmat32.cpp:16:17: error: variable or field 'Afi' declared void static void AfișareMatrice(int[,] matrice) ^ genmat32.cpp:16:17: error: expected ';' at end of member declaration genmat32.cpp:16:37: error: expected primary-expression before ',' token static void AfișareMatrice(int[,] matrice) ^ genmat32.cpp:16:37: error: expected ']' before ',' token genmat32.cpp:16:37: error: expected ')' before ',' token genmat32.cpp:16:37: error: ISO C++ forbids declaration of 'areMatrice' with no type [-fpermissive] genmat32.cpp:16:38: error: expected unqualified-id before ']' token static void AfișareMatrice(int[,] matrice) ^ genmat32.cpp:30:1: error: expected '}' at end of input } ^ genmat32.cpp: In static member function 'static void Program::Main()': genmat32.cpp:7:12: error: expected unqualified-id before '[' token int[,] matrice = { ^ genmat32.cpp:14:5: error: expected '}' at end of input } ^ genmat32.cpp: At global scope: genmat32.cpp:14:5: error: expected unqualified-id at end of input
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema GenMat32 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ă.