-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allowing to not specify format string in repeat inout
- Loading branch information
Showing
12 changed files
with
152 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
4 | ||
|
||
hello | ||
|
||
my | ||
|
||
wonderful | ||
|
||
world |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
0 | ||
0 | ||
0 | ||
0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
repeat test upto T: | ||
|
||
input: | ||
|
||
string N; | ||
|
||
output: | ||
|
||
int ans; |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
\usepackage{xcolor} | ||
\usepackage{caption} | ||
\usepackage{afterpage} | ||
\usepackage{pifont,mdframed} | ||
\usepackage[bottom]{footmisc} | ||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
This is the problem statement. | ||
|
||
\begin{warning} | ||
Among the attachments of this task you may find a template file \texttt{repeated.*} with a sample incomplete implementation. | ||
\end{warning} | ||
|
||
|
||
\InputFile | ||
|
||
The first line of the input file contains the relevant data. | ||
|
||
|
||
\OutputFile | ||
|
||
The output file must contain the correct answer. | ||
|
||
|
||
\Constraints | ||
|
||
\begin{itemize}[nolistsep, itemsep=2mm] | ||
\item No constraints. | ||
\end{itemize} | ||
|
||
\Scoring | ||
|
||
Your program will not gain any score. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
> **Attenzione**: Questo task ha un tempo limite di 10 minuti per l'invio della soluzione. Una volta richiesto un input, il timer partirà in automatico, e dopo la scadenza non sarà più possibile inviare una soluzione per quell'input. | ||
> *È sempre possibile richiedere un nuovo input*, per cui non preoccuparti se il timer scade: dovrai semplicemente richiedere e scaricare un nuovo input. | ||
> _Per aiutarti con questo task, abbiamo preparato delle **tracce di soluzione**, che includono solo le parti di lettura dell'input e scrittura dell'output (da tastiera e su schermo). Puoi decidere se leggere/scrivere su file decommentando le opportune righe di codice._ | ||
> | ||
> - _Scarica la traccia in C: [repeated.c](repeated.c)_ | ||
## Descrizione del problema | ||
|
||
Questo è un problema. | ||
|
||
|
||
## Formato di input | ||
|
||
Il file di input è misterioso. | ||
|
||
|
||
## Formato di output | ||
|
||
Il file di output deve contenere la risposta corretta. | ||
|
||
|
||
## Esempi di input/output | ||
|
||
Gli esempi descritti sopra non si rappresentano nel formato di input/output. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
name: repeated |