diff --git a/README.md b/README.md index a8ec915..9b4e603 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/categorias/matemtica.md b/categorias/matemtica.md index 780d8ed..67ad260 100644 --- a/categorias/matemtica.md +++ b/categorias/matemtica.md @@ -1,4 +1,4 @@ -# Matemática (92 / 269) +# Matemática (93 / 269) @@ -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) @@ -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 diff --git a/competicoes/maratona/README.md b/competicoes/maratona/README.md index 1cb712c..f9322b0 100644 --- a/competicoes/maratona/README.md +++ b/competicoes/maratona/README.md @@ -1,4 +1,4 @@ -# Maratona de Programação (72 / 414) +# Maratona de Programação (73 / 414) ## 2022 @@ -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* diff --git a/src/1300/1371.poti b/src/1300/1371.poti new file mode 100644 index 0000000..d21041e --- /dev/null +++ b/src/1300/1371.poti @@ -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 \ No newline at end of file diff --git a/src/1300/README.md b/src/1300/README.md index a6fc25b..6b41956 100644 --- a/src/1300/README.md +++ b/src/1300/README.md @@ -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* @@ -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*