diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-28 23:13:39 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-28 23:13:39 +0800 |
commit | 99e2e923d0c77b02f3fb4ff648ea916954868606 (patch) | |
tree | ec8e03f6f2cd1ce43990fb4fe6cd631967d0237e /works/life/algorithm-contest-3/test-data/2 | |
parent | 1cee979f5d36b311a03cc7397a036ba11caf3d42 (diff) | |
download | crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.gz crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.bz2 crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.zip |
chore(store): move everything to store.
Diffstat (limited to 'works/life/algorithm-contest-3/test-data/2')
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/1.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/10.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/11.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/12.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/2.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/3.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/4.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/5.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/6.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/7.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/8.in | 1 | ||||
-rw-r--r-- | works/life/algorithm-contest-3/test-data/2/9.in | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/works/life/algorithm-contest-3/test-data/2/1.in b/works/life/algorithm-contest-3/test-data/2/1.in deleted file mode 100644 index 79c38cd..0000000 --- a/works/life/algorithm-contest-3/test-data/2/1.in +++ /dev/null @@ -1 +0,0 @@ -31/12/59
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/10.in b/works/life/algorithm-contest-3/test-data/2/10.in deleted file mode 100644 index bcdc0a9..0000000 --- a/works/life/algorithm-contest-3/test-data/2/10.in +++ /dev/null @@ -1 +0,0 @@ -30/11/10
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/11.in b/works/life/algorithm-contest-3/test-data/2/11.in deleted file mode 100644 index 56dc9d3..0000000 --- a/works/life/algorithm-contest-3/test-data/2/11.in +++ /dev/null @@ -1 +0,0 @@ -04/02/29
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/12.in b/works/life/algorithm-contest-3/test-data/2/12.in deleted file mode 100644 index 569a346..0000000 --- a/works/life/algorithm-contest-3/test-data/2/12.in +++ /dev/null @@ -1 +0,0 @@ -05/02/29
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/2.in b/works/life/algorithm-contest-3/test-data/2/2.in deleted file mode 100644 index e7e8e8b..0000000 --- a/works/life/algorithm-contest-3/test-data/2/2.in +++ /dev/null @@ -1 +0,0 @@ -01/01/60
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/3.in b/works/life/algorithm-contest-3/test-data/2/3.in deleted file mode 100644 index 735e9d4..0000000 --- a/works/life/algorithm-contest-3/test-data/2/3.in +++ /dev/null @@ -1 +0,0 @@ -12/31/60
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/4.in b/works/life/algorithm-contest-3/test-data/2/4.in deleted file mode 100644 index dd7f868..0000000 --- a/works/life/algorithm-contest-3/test-data/2/4.in +++ /dev/null @@ -1 +0,0 @@ -01/02/03
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/5.in b/works/life/algorithm-contest-3/test-data/2/5.in deleted file mode 100644 index f740cc4..0000000 --- a/works/life/algorithm-contest-3/test-data/2/5.in +++ /dev/null @@ -1 +0,0 @@ -13/12/11
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/6.in b/works/life/algorithm-contest-3/test-data/2/6.in deleted file mode 100644 index 45fc450..0000000 --- a/works/life/algorithm-contest-3/test-data/2/6.in +++ /dev/null @@ -1 +0,0 @@ -41/12/12
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/7.in b/works/life/algorithm-contest-3/test-data/2/7.in deleted file mode 100644 index 5a71023..0000000 --- a/works/life/algorithm-contest-3/test-data/2/7.in +++ /dev/null @@ -1 +0,0 @@ -01/01/01
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/8.in b/works/life/algorithm-contest-3/test-data/2/8.in deleted file mode 100644 index c11526c..0000000 --- a/works/life/algorithm-contest-3/test-data/2/8.in +++ /dev/null @@ -1 +0,0 @@ -10/11/15
\ No newline at end of file diff --git a/works/life/algorithm-contest-3/test-data/2/9.in b/works/life/algorithm-contest-3/test-data/2/9.in deleted file mode 100644 index eb24a27..0000000 --- a/works/life/algorithm-contest-3/test-data/2/9.in +++ /dev/null @@ -1 +0,0 @@ -31/11/10
\ No newline at end of file |