Posts by Guilherme Augusto • 9 points
2 posts
-
0
votes1
answer98
viewsQ: How to check the elements close to a specific element in a matrix?
The goal is to try to find on the college campus possible locations for building a new building. The user will enter the matrix representing the college plan. R = Ruas P = Prédios V = Área Verde E =…
-
0
votes1
answer183
viewsQ: Doubt about the use of `for` in voting system
I want to make a program where the user gives the number of candidates and their names, and then the vote is started until the user type order. Help? #include<stdio.h> #include<string.h>…