Skip to content

Commit

Permalink
Solução dos problemas da categoria Iniciante potigol#27
Browse files Browse the repository at this point in the history
Problema 1541 - Construindo Casas
  • Loading branch information
arioston committed Oct 5, 2019
1 parent 998ca7b commit cd9836c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion categorias/iniciante.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Iniciante (204 / 312)

- [ ] [1478](https://www.urionlinejudge.com.br/judge/pt/problems/view/1478) - Matriz Quadrada II
- [ ] [1541](https://www.urionlinejudge.com.br/judge/pt/problems/view/1541) - Construindo Casas
- [X] [1541](https://www.urionlinejudge.com.br/judge/pt/problems/view/1541) - Construindo Casas
- [ ] [1789](https://www.urionlinejudge.com.br/judge/pt/problems/view/1789) - A Corrida de Lesmas
- [ ] [1827](https://www.urionlinejudge.com.br/judge/pt/problems/view/1827) - Matriz Quadrada IV
- [ ] [1837](https://www.urionlinejudge.com.br/judge/pt/problems/view/1837) - Prefácio
Expand Down
6 changes: 6 additions & 0 deletions src/1501-1600/1541.poti
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var parametros := leia_inteiros(" ")
enquanto parametros[1] <> 0 faça
var x = 10 * raiz(parametros[1] * parametros[2] * parametros[3]) / parametros[3]
escreva "{x.inteiro}"
parametros := leia_inteiros(" ")
fim

0 comments on commit cd9836c

Please sign in to comment.