From 029a9126775f6c521b1aaf293d61d36be2d399aa Mon Sep 17 00:00:00 2001 From: Ismael Santana R Date: Tue, 4 Feb 2025 14:59:14 -0600 Subject: [PATCH] =?UTF-8?q?Se=20corrige=20etiqueta=20latex=20para=20render?= =?UTF-8?q?izar=20expresiones=20matem=C3=A1ticas.=20(#50)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/445.md | 4 +++- content/posts/el-nuevo-ranking-de-omegaup.md | 9 ++++++++- content/posts/engranes-khayyam-solucion-enrique-lira.md | 1 + content/posts/introduccion-a-omegaup.md | 1 + content/posts/invasion-zombie.md | 1 + content/posts/solucion-a-alfiles.md | 1 + content/posts/solucion-a-carretera.md | 1 + content/posts/solucion-a-comesolo.md | 1 + content/posts/solucion-a-contrasena-binaria.md | 1 + content/posts/solucion-a-dp-generica.md | 1 + content/posts/solucion-a-la-venganza-de-silvio.md | 1 + content/posts/solucion-a-mario-reloaded.md | 1 + content/posts/solucion-a-mocha-hojas.md | 1 + content/posts/solucion-a-numeros-libres.md | 1 + content/posts/solucion-a-panoramas.md | 1 + content/posts/solucion-a-planetas.md | 1 + content/posts/solucion-a-poema-equino.md | 1 + content/posts/solucion-a-problema.md | 1 + content/posts/solucion-a-quimicos.md | 1 + content/posts/solucion-a-suma-manhattan.md | 1 + content/posts/solucion-a-ubongo-3d.md | 1 + content/posts/solucion-alternativa-a-decepcion.md | 1 + 22 files changed, 31 insertions(+), 2 deletions(-) diff --git a/content/posts/445.md b/content/posts/445.md index ae472d3a..3308ff48 100644 --- a/content/posts/445.md +++ b/content/posts/445.md @@ -5,9 +5,11 @@ author_email: 'me@freddy.mx' date: Sun, 06 Oct 2013 22:48:35 +0000 draft: false tags: ['Solution', 'Covarrubias', 'Etapa 1', 'Examen 14', 'macs', 'miguel', 'preselectivo', 'solución', 'Soluciones Preselectivo 2013'] +math: true --- -**Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 14](https://omegaup.com/arena/IOI2014E1P14#problems/pista) **Autor:** Miguel Covarrubias **Fuente**: Codeforces +- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 14](https://omegaup.com/arena/IOI2014E1P14#problems/pista) +- **Autor:** Miguel Covarrubias **Fuente**: Codeforces Este problema es una ligera modificación del Let's Play Osu! que apareció en la ronda 146 en Codeforces. [La solución explicada la pueden encontrar en el editorial.](http://codeforces.ru/blog/entry/5592) diff --git a/content/posts/el-nuevo-ranking-de-omegaup.md b/content/posts/el-nuevo-ranking-de-omegaup.md index 35cfdf4b..d712eb65 100644 --- a/content/posts/el-nuevo-ranking-de-omegaup.md +++ b/content/posts/el-nuevo-ranking-de-omegaup.md @@ -5,11 +5,18 @@ author_email: 'joemmanuel@gmail.com' date: Thu, 12 Jun 2014 14:42:18 +0000 draft: false tags: ['Features', 'Ranking', 'Internals'] +math: true --- Con [este commit](https://github.com/omegaup/omegaup/commit/132e9c4614a7a4939156a942810559bf8c57f1a8) hemos introducido un cambio significativo en la forma de calcular el [ranking general](https://omegaup.com/rank.php) de omegaUp. Ahora no sólo es importante cuántos problemas ha resuelto un usuario sino que también estamos incluyendo la dificultad de cada uno de esos problemas. La dificultad es inversamente proporcional a la cantidad de soluciones completas (AC) que tiene ese problema. -Para ser más precisos, estamos definiendo los puntos que da un problema así: $latex P\_i = \\frac{100}{log\_2(N+1)}$, donde $latex N$ representa la cantidad de ACs que tiene un problema. [Entre más ACs tenga un problema, menos puntos va a valer](http://fooplot.com/#W3sidHlwZSI6MCwiZXEiOiIxMDAvKGxvZyh4KzEpL2xvZygyKSkiLCJjb2xvciI6IiMwMDAwMDAifSx7InR5cGUiOjEwMDAsIndpbmRvdyI6WyItOC4xNTk5OTk5OTk5OTk5ODIiLCIxOTkuODQiLCItOC43OTk5OTk5OTk5OTk5OTciLCIxMTkuMTk5OTk5OTk5OTk5OTkiXX1d). Sólo estamos contando a lo más 1 AC por usuario para evitar que las soluciones de una misma persona afecten artificialmente los puntos de score del problema. +Para ser más precisos, estamos definiendo los puntos que da un problema así:  + +$latex P\_i = \\frac{100}{log\_2(N+1)}$, + +donde $latex N$ representa la cantidad de ACs que tiene un problema. + +[Entre más ACs tenga un problema, menos puntos va a valer](http://fooplot.com/#W3sidHlwZSI6MCwiZXEiOiIxMDAvKGxvZyh4KzEpL2xvZygyKSkiLCJjb2xvciI6IiMwMDAwMDAifSx7InR5cGUiOjEwMDAsIndpbmRvdyI6WyItOC4xNTk5OTk5OTk5OTk5ODIiLCIxOTkuODQiLCItOC43OTk5OTk5OTk5OTk5OTciLCIxMTkuMTk5OTk5OTk5OTk5OTkiXX1d). Sólo estamos contando a lo más 1 AC por usuario para evitar que las soluciones de una misma persona afecten artificialmente los puntos de score del problema. [![](/images/Screen-Shot-2014-06-12-at-7.44.06-AM.png "Screen Shot 2014-06-12 at 7.44.06 AM")](/images/Screen-Shot-2014-06-12-at-7.44.06-AM.png) diff --git a/content/posts/engranes-khayyam-solucion-enrique-lira.md b/content/posts/engranes-khayyam-solucion-enrique-lira.md index e0552c3f..7bbbfc55 100644 --- a/content/posts/engranes-khayyam-solucion-enrique-lira.md +++ b/content/posts/engranes-khayyam-solucion-enrique-lira.md @@ -5,6 +5,7 @@ author_email: 'elira@elira.me' date: Sat, 13 Oct 2012 04:06:46 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 1', 'Khayyam', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2013, Etapa 1, Examen 1](https://omegaup.com/arena/IOI2013E1P1)**[ ](https://omegaup.com/arena/IOI2013E1P1) Autor: **[Omar Ocegueda (Khayyam)](http://www.linkedin.com/pub/jesus-omar-ocegueda-gonzalez/18/b45/5b9) **Solución por: **[Enrique Lira](http://elira.me/) diff --git a/content/posts/introduccion-a-omegaup.md b/content/posts/introduccion-a-omegaup.md index a465829a..9fc3f8b4 100644 --- a/content/posts/introduccion-a-omegaup.md +++ b/content/posts/introduccion-a-omegaup.md @@ -5,6 +5,7 @@ author_email: 'joemmanuel@gmail.com' date: Wed, 09 Oct 2013 16:39:54 +0000 draft: false tags: ['Documentation', 'Problemas', 'Introducción a omegaUp'] +math: true --- Estamos iniciando una serie de 10 posts para ayudar a nuestros nuevos usuarios a navegar con facilidad entre la gran cantidad de problemas de omegaUp, en forma de mini-tutoriales con los conceptos básicos, temas y fuentes. Esta colección de tutoriales y ligas te ayudarán a resolver muchos de los problemas de omegaUp y aumentar tu nivel de programación. diff --git a/content/posts/invasion-zombie.md b/content/posts/invasion-zombie.md index a8d3541d..8ace5109 100644 --- a/content/posts/invasion-zombie.md +++ b/content/posts/invasion-zombie.md @@ -5,6 +5,7 @@ author_email: 'rafaelrendonpablo@gmail.com' date: Thu, 12 Nov 2015 17:06:59 +0000 draft: false tags: ['Solution', 'búsqueda binaria', 'geometría', 'Material de estudio'] +math: true --- Hola!, este es mi primer post en Omegaup y voy a describir mi solución para el problema [Invasion zombie](https://omegaup.com/arena/IOI2014E1P3/practice/#problems/invasionzombie). Hace un año encontré este problema, me pareció interesante y logre resolverlo, aunque algo tricky. Hace unos días me tope con este problema nuevamente y lo resolví por segunda ocasión, pero con una solución más simple, al menos eso creo. diff --git a/content/posts/solucion-a-alfiles.md b/content/posts/solucion-a-alfiles.md index 7e502bec..7b82b243 100644 --- a/content/posts/solucion-a-alfiles.md +++ b/content/posts/solucion-a-alfiles.md @@ -5,6 +5,7 @@ author_email: 'elira@elira.me' date: Mon, 07 Jan 2013 16:23:49 +0000 draft: false tags: ['Solution', 'Alfiles', 'Etapa 1', 'Examen 7', 'Hugo Dueñas', 'preselectivo', 'solución', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2013, Etapa 1, Examen 7](https://omegaup.com/arena/IOI2013E1P7) **Autor: **[Hugo Dueñas](mailto:hugochiquito.cpp@gmail.com) diff --git a/content/posts/solucion-a-carretera.md b/content/posts/solucion-a-carretera.md index e6fa093b..0706bd17 100644 --- a/content/posts/solucion-a-carretera.md +++ b/content/posts/solucion-a-carretera.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Fri, 25 Jul 2014 04:28:19 +0000 draft: false tags: ['Solution', '2014', 'carretera', 'Etapa 1', 'Examen 1', 'Freddy', 'nieves', 'preselectivo', 'solución', 'Soluciones Preselectivo 2014'] +math: true --- **Concurso:** [Preselectivo para la IOI 2015, Etapa 1, Examen 1](https://omegaup.com/arena/IOI2015E1E1/#problems/carretera) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Edgar Augusto Santiago Nieves, [Freddy Román Cepeda](http://freddy.mx/) diff --git a/content/posts/solucion-a-comesolo.md b/content/posts/solucion-a-comesolo.md index b232736d..5952645a 100644 --- a/content/posts/solucion-a-comesolo.md +++ b/content/posts/solucion-a-comesolo.md @@ -5,6 +5,7 @@ author_email: 'lhchavez@omegaup.com' date: Sat, 14 Sep 2013 05:21:32 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 5', 'felix', 'lhchavez', 'preselectivo', 'solución', 'Soluciones Preselectivo 2014'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 8](https://omegaup.com/arena/problem/comesolo) **Autor:** [lhchavez](http://lhchavez.com) **Fuente**: Félix diff --git a/content/posts/solucion-a-contrasena-binaria.md b/content/posts/solucion-a-contrasena-binaria.md index d2b36acb..a33b8b38 100644 --- a/content/posts/solucion-a-contrasena-binaria.md +++ b/content/posts/solucion-a-contrasena-binaria.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Thu, 14 Aug 2014 16:06:31 +0000 draft: false tags: ['Solution', '2014', 'binaria', 'contraseña', 'Etapa 1', 'preselectivo', 'Problemset 7', 'solución', 'Soluciones Preselectivo 2014'] +math: true --- **Concurso:** [Preselectivo para la IOI 2015, Etapa 1, Problemset 7](https://omegaup.com/arena/IOI2015E1P7/#problems/contrasena-binaria) **Autor:** [Orlando Isay Mendoza Garcia](mailto:orlandoisay@gmail.com) **Fuente**: [Christian Adan Hernández Sánchez](mailto:chadancito@gmail.com) diff --git a/content/posts/solucion-a-dp-generica.md b/content/posts/solucion-a-dp-generica.md index 17d81554..0457cc5d 100644 --- a/content/posts/solucion-a-dp-generica.md +++ b/content/posts/solucion-a-dp-generica.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Wed, 25 Sep 2013 06:00:06 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 13', 'Freddy', 'preselectivo', 'solución', 'Soluciones Preselectivo 2014'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 13](https://omegaup.com/arena/IOI2014E1P13#problems/DP-Generica) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Project Euler diff --git a/content/posts/solucion-a-la-venganza-de-silvio.md b/content/posts/solucion-a-la-venganza-de-silvio.md index 0c10d8ae..65e2dfd4 100644 --- a/content/posts/solucion-a-la-venganza-de-silvio.md +++ b/content/posts/solucion-a-la-venganza-de-silvio.md @@ -5,6 +5,7 @@ author_email: 'elira@elira.me' date: Thu, 08 Aug 2013 02:02:51 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 1', 'Freddy', 'preselectivo', 'Silvio', 'solución', 'Soluciones Preselectivo 2014'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 1](https://omegaup.com/arena/IOI2014E1P1#problems/VenganzaDeSilvio) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Freddy diff --git a/content/posts/solucion-a-mario-reloaded.md b/content/posts/solucion-a-mario-reloaded.md index ff11a716..2e129d27 100644 --- a/content/posts/solucion-a-mario-reloaded.md +++ b/content/posts/solucion-a-mario-reloaded.md @@ -5,6 +5,7 @@ author_email: 'elira@elira.me' date: Mon, 07 Jan 2013 16:08:32 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 8', 'Pavel Herrera', 'preselectivo', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2013, Etapa 1, Examen 8](https://omegaup.com/arena/IOI2013E1P8) **Autor: **[Pavel Herrera Dominguez](mailto:paspartu@gmail.com)) diff --git a/content/posts/solucion-a-mocha-hojas.md b/content/posts/solucion-a-mocha-hojas.md index 1fdab665..5705d441 100644 --- a/content/posts/solucion-a-mocha-hojas.md +++ b/content/posts/solucion-a-mocha-hojas.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Sat, 18 Jan 2014 23:25:14 +0000 draft: false tags: ['Solution', 'beto', 'Etapa 1', 'Examen 17', 'Freddy', 'preselectivo', 'solución', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 17](https://omegaup.com/arena/IOI2014E1P17#problems/Mocha-Hojas) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Alberto José Ramírez Valadez diff --git a/content/posts/solucion-a-numeros-libres.md b/content/posts/solucion-a-numeros-libres.md index 97faac86..2da8484e 100644 --- a/content/posts/solucion-a-numeros-libres.md +++ b/content/posts/solucion-a-numeros-libres.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Sat, 21 Jun 2014 23:24:56 +0000 draft: false tags: ['Solution', 'Uncategorized'] +math: true --- **Concurso:** [Preselectivo para la IOI 2015, Etapa 1, Problemset 1](https://omegaup.com/arena/IOI2015E1P1#problems/Suma-Manhattan) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Edgar Augusto Santiago Nieves diff --git a/content/posts/solucion-a-panoramas.md b/content/posts/solucion-a-panoramas.md index e657345f..25b29491 100644 --- a/content/posts/solucion-a-panoramas.md +++ b/content/posts/solucion-a-panoramas.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Thu, 16 Jan 2014 17:36:38 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 17', 'macs', 'preselectivo', 'solución', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 17](https://omegaup.com/arena/IOI2014E1P17#problems/Tour) **Autor:** Miguel Ángel Covarrubias **Fuente**: Miguel Ángel Covarrubias diff --git a/content/posts/solucion-a-planetas.md b/content/posts/solucion-a-planetas.md index 79895633..a40360d3 100644 --- a/content/posts/solucion-a-planetas.md +++ b/content/posts/solucion-a-planetas.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Sun, 10 Aug 2014 05:16:54 +0000 draft: false tags: ['Solution', 'Uncategorized'] +math: true --- **Concurso:** [Preselectivo para la IOI 2015, Etapa 1, Problemset 4](https://omegaup.com/arena/IOI2015E1P4#problems/Planetas) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Edgar Augusto Santiago Nieves diff --git a/content/posts/solucion-a-poema-equino.md b/content/posts/solucion-a-poema-equino.md index a559c594..b73a81c3 100644 --- a/content/posts/solucion-a-poema-equino.md +++ b/content/posts/solucion-a-poema-equino.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Sun, 27 Jul 2014 07:08:35 +0000 draft: false tags: ['Solution', '2014', 'bfs', 'búsqueda', 'dfs', 'Etapa 1', 'Freddy', 'nieves', 'poema equino', 'preselectivo', 'Problemset 5', 'solución', 'soluciones', 'Soluciones Preselectivo 2014'] +math: true --- **Concurso:** [Preselectivo para la IOI 2015, Etapa 1, Problemset 5](https://omegaup.com/arena/IOI2015E1P5/#problems/Poema-Equino) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Edgar Augusto Santiago Nieves, [Freddy Román Cepeda](http://freddy.mx/) diff --git a/content/posts/solucion-a-problema.md b/content/posts/solucion-a-problema.md index d4d1eac0..2bdbfe94 100644 --- a/content/posts/solucion-a-problema.md +++ b/content/posts/solucion-a-problema.md @@ -5,6 +5,7 @@ author_email: 'elira@elira.me' date: Mon, 07 Jan 2013 16:34:20 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 10', 'Hugo Dueñas', 'preselectivo', 'solución', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2013, Etapa 1, Examen 10](https://omegaup.com/arena/IOI2013E1P10) **Autor: **[Hugo Dueñas](mailto:hugochiquito.cpp@gmail.com) diff --git a/content/posts/solucion-a-quimicos.md b/content/posts/solucion-a-quimicos.md index 912e3547..46210249 100644 --- a/content/posts/solucion-a-quimicos.md +++ b/content/posts/solucion-a-quimicos.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Thu, 23 Jan 2014 03:51:39 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Ethan', 'Examen 6', 'lhchavez', 'preselectivo', 'solución', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 6](https://omegaup.com/arena/IOI2014E1P6#problems/quimicos) **Autor:**  [Luis Héctor Chávez (lhchavez)](http://lhchavez.com/) **Fuente**: Ethan Jiménez Vargas diff --git a/content/posts/solucion-a-suma-manhattan.md b/content/posts/solucion-a-suma-manhattan.md index 228523c0..802d2526 100644 --- a/content/posts/solucion-a-suma-manhattan.md +++ b/content/posts/solucion-a-suma-manhattan.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Sat, 21 Jun 2014 14:34:14 +0000 draft: false tags: ['Solution', 'Etapa 1', 'etapa 1', 'Freddy', 'manhattan', 'matemáticas', 'preselectivo', 'Problemset 1', 'problemset 1', 'soluciones', 'Soluciones Preselectivo 2014', 'sumas'] +math: true --- **Concurso:** [Preselectivo para la IOI 2015, Etapa 1, Problemset 1](https://omegaup.com/arena/IOI2015E1P1#problems/Suma-Manhattan) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: [Freddy Román Cepeda](http://freddy.mx/) diff --git a/content/posts/solucion-a-ubongo-3d.md b/content/posts/solucion-a-ubongo-3d.md index 5a712462..d60784a8 100644 --- a/content/posts/solucion-a-ubongo-3d.md +++ b/content/posts/solucion-a-ubongo-3d.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Sat, 14 Sep 2013 05:04:59 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Examen 8', 'macs', 'preselectivo', 'solución', 'Soluciones Preselectivo 2014'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 8](https://omegaup.com/arena/problem/ubongo-3d) **Autor:** Miguel Covarrubias **Fuente:** Miguel Covarrubias diff --git a/content/posts/solucion-alternativa-a-decepcion.md b/content/posts/solucion-alternativa-a-decepcion.md index 60d89222..00b22895 100644 --- a/content/posts/solucion-alternativa-a-decepcion.md +++ b/content/posts/solucion-alternativa-a-decepcion.md @@ -5,6 +5,7 @@ author_email: 'me@freddy.mx' date: Fri, 17 Jan 2014 02:14:47 +0000 draft: false tags: ['Solution', 'Etapa 1', 'Ethan', 'Examen 8', 'Freddy', 'preselectivo', 'solución', 'Soluciones Preselectivo 2013'] +math: true --- **Concurso:** [Preselectivo para la IOI 2014, Etapa 1, Problemset 8](https://omegaup.com/arena/IOI2014E1P8#problems/decepcion) **Autor:** [Freddy Román Cepeda](http://freddy.mx/) **Fuente**: Ethan Jiménez Vargas