feat: updated problem statements to include author.

This commit is contained in:
2026-05-18 16:50:45 -03:00
parent c58f6e4aeb
commit 6bc674b1d4
85 changed files with 94 additions and 61 deletions

View File

@@ -7,7 +7,7 @@
\usepackage{hyperref}
\title{ Tutorial: Caminho de Menor Soma}
\author{}
\author{Arthur Andrade D'Olival}
\date{}
\begin{document}
\maketitle

Binary file not shown.

View File

@@ -1,7 +1,7 @@
\documentclass{maratona}
\begin{document}
\begin{ProblemaAutor}{}{Caminho de Menor Soma}{1}{256}{}
\begin{ProblemaAutor}{}{Caminho de Menor Soma}{1}{256}{Arthur Andrade D'Olival}
O problema consiste em encontrar o menor custo possível para percorrer uma grade de inteiros positivos.
A grade possui \( n \) linhas e \( m \) colunas, e cada célula contém um valor inteiro positivo que representa o custo de passar por ela.

View File

@@ -22,7 +22,7 @@
}
},
"author": {
"name": "",
"name": "Arthur Andrade D'Olival",
"affiliation": "",
"country": "",
"email": ""