Posts by Karen Santos • 9 points
2 posts
-
-1
votes1
answer900
viewsQ: The program is not reading the matrix numbers
I’m doing exercises on Uri online Judge, this asks: In this problem you should read a number, indicating a row of the matrix on which an operation must be performed, a capital character, indicating…
-
1
votes1
answer119
viewsQ: Error reading and comparing matrix numbers
The program must read a number and compare with the numbers of any 3x3 matrix if the number belongs to a column of the matrix it must print the position, when type 1 it prints two positions, but 1…