Skip to content

Commit

Permalink
Problema: 1371
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlucena committed May 24, 2024
1 parent b3110b0 commit deb0757
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Join the chat at https://gitter.im/potigol/Potigol](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/potigol/Potigol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Follow us](https://img.shields.io/twitter/follow/potigol.svg?style=social)](http://twitter.com/potigol)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/potigol/beecrowd)
[![Soluções](https://img.shields.io/badge/Problemas%20Resolvidos-811-blue)](https://github.com/potigol/beecrowd/commits/master)
[![Soluções](https://img.shields.io/badge/Problemas%20Resolvidos-812-blue)](https://github.com/potigol/beecrowd/commits/master)

<!-- a href="https://potigol.github.io/docs/hacktoberfest"><img src="https://hacktoberfest.digitalocean.com/_nuxt/img/logo-hacktoberfest-full.f42e3b1.svg" width=250></a -->

Expand Down
4 changes: 2 additions & 2 deletions categorias/matemtica.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Matemática (92 / 269)
# Matemática (93 / 269)



Expand Down Expand Up @@ -30,6 +30,7 @@
- [x] [1308](https://www.beecrowd.com.br/repository/UOJ_1308.html) - [Guerreiros Etruscos Nunca Jogam Xadrez](https://github.com/potigol/beecrowd/blob/master/src/1300/1308.poti)
- [x] [1309](https://www.beecrowd.com.br/repository/UOJ_1309.html) - [Formatação Monetária](https://github.com/potigol/beecrowd/blob/master/src/1300/1309.poti)
- [x] [1323](https://www.beecrowd.com.br/repository/UOJ_1323.html) - [Feynman](https://github.com/potigol/beecrowd/blob/master/src/1300/1323.poti)
- [x] [1371](https://www.beecrowd.com.br/repository/UOJ_1371.html) - [Fechem as Portas!](https://github.com/potigol/beecrowd/blob/master/src/1300/1371.poti)
- [x] [1393](https://www.beecrowd.com.br/repository/UOJ_1393.html) - [Lajotas Hexagonais](https://github.com/potigol/beecrowd/blob/master/src/1300/1393.poti)
- [x] [1429](https://www.beecrowd.com.br/repository/UOJ_1429.html) - [Fatorial de Novo!](https://github.com/potigol/beecrowd/blob/master/src/1400/1429.poti)
- [x] [1436](https://www.beecrowd.com.br/repository/UOJ_1436.html) - [Jogo do Tijolo](https://github.com/potigol/beecrowd/blob/master/src/1400/1436.poti)
Expand Down Expand Up @@ -113,7 +114,6 @@
- [ ] [1347](https://www.beecrowd.com.br/repository/UOJ_1347.html) - Mina Kriptonita
- [ ] [1352](https://www.beecrowd.com.br/repository/UOJ_1352.html) - Loteria Quadrada
- [ ] [1353](https://www.beecrowd.com.br/repository/UOJ_1353.html) - Super Poker
- [ ] [1371](https://www.beecrowd.com.br/repository/UOJ_1371.html) - Fechem as Portas!
- [ ] [1376](https://www.beecrowd.com.br/repository/UOJ_1376.html) - Irmãos
- [ ] [1380](https://www.beecrowd.com.br/repository/UOJ_1380.html) - Crescimento das Populações de Bacilos
- [ ] [1381](https://www.beecrowd.com.br/repository/UOJ_1381.html) - Equações Diofantinas
Expand Down
4 changes: 2 additions & 2 deletions competicoes/maratona/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maratona de Programação (72 / 414)
# Maratona de Programação (73 / 414)


## 2022
Expand Down Expand Up @@ -497,7 +497,7 @@
### 1ª Fase

- [ ] [1148](https://www.beecrowd.com.br/repository/UOJ_1148.html) - Países em Guerra *Grafos*
- [ ] [1371](https://www.beecrowd.com.br/repository/UOJ_1371.html) - Fechem as Portas! *Matemática*
- [x] [1371](https://www.beecrowd.com.br/repository/UOJ_1371.html) - [Fechem as Portas!](https://github.com/potigol/beecrowd/blob/master/src/1300/1371.poti) *Matemática*
- [ ] [1404](https://www.beecrowd.com.br/repository/UOJ_1404.html) - MegaDamas *Ad-Hoc*
- [ ] [1405](https://www.beecrowd.com.br/repository/UOJ_1405.html) - O Problema da Parada *Estruturas e Bibliotecas*
- [x] [1414](https://www.beecrowd.com.br/repository/UOJ_1414.html) - [Copa do Mundo](https://github.com/potigol/beecrowd/blob/master/src/1400/1414.poti) *Ad-Hoc*
Expand Down
8 changes: 8 additions & 0 deletions src/1300/1371.poti
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var n := leia_inteiro
enquanto n > 0 faça
portas = para i de 1 até raiz(n).inteiro
gere i * i
fim
escreva portas.junte(" ")
n := leia_inteiro
fim
4 changes: 2 additions & 2 deletions src/1300/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Problemas 1300 (20%)
# Problemas 1300 (21%)

- [x] [1300](https://www.beecrowd.com.br/repository/UOJ_1300.html) - [Horas e Minutos](https://github.com/potigol/beecrowd/blob/master/src/1300/1300.poti) *Ad-Hoc*
- [ ] [1301](https://www.beecrowd.com.br/repository/UOJ_1301.html) - Produto do Intervalo *Estruturas e Bibliotecas*
Expand Down Expand Up @@ -71,7 +71,7 @@
- [ ] [1368](https://www.beecrowd.com.br/repository/UOJ_1368.html) - Cubos Coloridos *Ad-Hoc*
- [ ] [1369](https://www.beecrowd.com.br/repository/UOJ_1369.html) - Gerente de Espaço *Ad-Hoc*
- [ ] [1370](https://www.beecrowd.com.br/repository/UOJ_1370.html) - Regata de Cientistas *Geometria Computacional*
- [ ] [1371](https://www.beecrowd.com.br/repository/UOJ_1371.html) - Fechem as Portas! *Matemática*
- [x] [1371](https://www.beecrowd.com.br/repository/UOJ_1371.html) - [Fechem as Portas!](https://github.com/potigol/beecrowd/blob/master/src/1300/1371.poti) *Matemática*
- [ ] [1372](https://www.beecrowd.com.br/repository/UOJ_1372.html) - Doces *Paradigmas*
- [ ] [1373](https://www.beecrowd.com.br/repository/UOJ_1373.html) - Sequências de DNA *Strings*
- [ ] [1374](https://www.beecrowd.com.br/repository/UOJ_1374.html) - Eletricidade *Ad-Hoc*
Expand Down

0 comments on commit deb0757

Please sign in to comment.