Added missing input data

Signed-off-by: erick-alcachofa <erick@artichoke.dev>
This commit is contained in:
erick-alcachofa 2025-08-05 01:16:36 -06:00
parent 5fc9fb4906
commit d47324e483
Signed by: me
GPG Key ID: 6FA5F8643444BAFA
21 changed files with 21 additions and 0 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@
# Unignore LICENSE file
!LICENSE
# Unignore input data
!**/data/**
# Unignore all dirs
!*/

1
problem-1/data/example Normal file
View File

@ -0,0 +1 @@
10

1
problem-1/data/input Normal file
View File

@ -0,0 +1 @@
1000

1
problem-10/data/example Normal file
View File

@ -0,0 +1 @@
10

1
problem-10/data/input Normal file
View File

@ -0,0 +1 @@
2000000

1
problem-2/data/example Normal file
View File

@ -0,0 +1 @@
90

1
problem-2/data/input Normal file
View File

@ -0,0 +1 @@
4000000

1
problem-3/data/example Normal file
View File

@ -0,0 +1 @@
13195

1
problem-3/data/input Normal file
View File

@ -0,0 +1 @@
600851475143

1
problem-4/data/example Normal file
View File

@ -0,0 +1 @@
2

1
problem-4/data/input Normal file
View File

@ -0,0 +1 @@
3

1
problem-5/data/example Normal file
View File

@ -0,0 +1 @@
10

1
problem-5/data/input Normal file
View File

@ -0,0 +1 @@
20

1
problem-6/data/example Normal file
View File

@ -0,0 +1 @@
10

1
problem-6/data/input Normal file
View File

@ -0,0 +1 @@
100

1
problem-7/data/example Normal file
View File

@ -0,0 +1 @@
6

1
problem-7/data/input Normal file
View File

@ -0,0 +1 @@
10001

1
problem-8/data/example Normal file
View File

@ -0,0 +1 @@
4

1
problem-8/data/input Normal file
View File

@ -0,0 +1 @@
13

0
problem-9/data/example Normal file
View File

0
problem-9/data/input Normal file
View File