Created
April 1, 2025 07:46
-
-
Save ProfAndreaPollini/9709c7a3e45a8d60614b0b3c28e32e52 to your computer and use it in GitHub Desktop.
esercizio matrici 1/4/2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* data una matrice salvata in un file con il formato | |
R C | |
A00 A01 .. .. AC | |
.. | |
.. | |
AR0 .. .... .. ARC | |
3 2 | |
1 2 | |
3 4 | |
7 11 | |
leggi e stampa a video la matrice. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment