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 /store/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 'store/works/life/algorithm-contest-3/test-data/2')
12 files changed, 12 insertions, 0 deletions
diff --git a/store/works/life/algorithm-contest-3/test-data/2/1.in b/store/works/life/algorithm-contest-3/test-data/2/1.in new file mode 100644 index 0000000..79c38cd --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/1.in @@ -0,0 +1 @@ +31/12/59
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/10.in b/store/works/life/algorithm-contest-3/test-data/2/10.in new file mode 100644 index 0000000..bcdc0a9 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/10.in @@ -0,0 +1 @@ +30/11/10
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/11.in b/store/works/life/algorithm-contest-3/test-data/2/11.in new file mode 100644 index 0000000..56dc9d3 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/11.in @@ -0,0 +1 @@ +04/02/29
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/12.in b/store/works/life/algorithm-contest-3/test-data/2/12.in new file mode 100644 index 0000000..569a346 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/12.in @@ -0,0 +1 @@ +05/02/29
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/2.in b/store/works/life/algorithm-contest-3/test-data/2/2.in new file mode 100644 index 0000000..e7e8e8b --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/2.in @@ -0,0 +1 @@ +01/01/60
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/3.in b/store/works/life/algorithm-contest-3/test-data/2/3.in new file mode 100644 index 0000000..735e9d4 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/3.in @@ -0,0 +1 @@ +12/31/60
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/4.in b/store/works/life/algorithm-contest-3/test-data/2/4.in new file mode 100644 index 0000000..dd7f868 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/4.in @@ -0,0 +1 @@ +01/02/03
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/5.in b/store/works/life/algorithm-contest-3/test-data/2/5.in new file mode 100644 index 0000000..f740cc4 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/5.in @@ -0,0 +1 @@ +13/12/11
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/6.in b/store/works/life/algorithm-contest-3/test-data/2/6.in new file mode 100644 index 0000000..45fc450 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/6.in @@ -0,0 +1 @@ +41/12/12
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/7.in b/store/works/life/algorithm-contest-3/test-data/2/7.in new file mode 100644 index 0000000..5a71023 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/7.in @@ -0,0 +1 @@ +01/01/01
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/8.in b/store/works/life/algorithm-contest-3/test-data/2/8.in new file mode 100644 index 0000000..c11526c --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/8.in @@ -0,0 +1 @@ +10/11/15
\ No newline at end of file diff --git a/store/works/life/algorithm-contest-3/test-data/2/9.in b/store/works/life/algorithm-contest-3/test-data/2/9.in new file mode 100644 index 0000000..eb24a27 --- /dev/null +++ b/store/works/life/algorithm-contest-3/test-data/2/9.in @@ -0,0 +1 @@ +31/11/10
\ No newline at end of file |