diff options
author | crupest <crupest@outlook.com> | 2020-10-12 21:01:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-12 21:01:59 +0800 |
commit | dfbc0ab51d29d2d175e03134229669f8fc91280b (patch) | |
tree | 5fe52b88399440e8021dcddb31db7f917b292d57 /works/life/2020-algorithm-contest/test-data/3 | |
parent | fba17db49e084305921de3a3de4d6177d519d377 (diff) | |
download | crupest-dfbc0ab51d29d2d175e03134229669f8fc91280b.tar.gz crupest-dfbc0ab51d29d2d175e03134229669f8fc91280b.tar.bz2 crupest-dfbc0ab51d29d2d175e03134229669f8fc91280b.zip |
import(life): Add 2020-algorithm-contest.
Diffstat (limited to 'works/life/2020-algorithm-contest/test-data/3')
4 files changed, 4 insertions, 0 deletions
diff --git a/works/life/2020-algorithm-contest/test-data/3/1.in b/works/life/2020-algorithm-contest/test-data/3/1.in new file mode 100644 index 0000000..83884b9 --- /dev/null +++ b/works/life/2020-algorithm-contest/test-data/3/1.in @@ -0,0 +1 @@ +10 1
\ No newline at end of file diff --git a/works/life/2020-algorithm-contest/test-data/3/2.in b/works/life/2020-algorithm-contest/test-data/3/2.in new file mode 100644 index 0000000..0355e8d --- /dev/null +++ b/works/life/2020-algorithm-contest/test-data/3/2.in @@ -0,0 +1 @@ +5 8
\ No newline at end of file diff --git a/works/life/2020-algorithm-contest/test-data/3/3.in b/works/life/2020-algorithm-contest/test-data/3/3.in new file mode 100644 index 0000000..86f1abd --- /dev/null +++ b/works/life/2020-algorithm-contest/test-data/3/3.in @@ -0,0 +1 @@ +12 4
\ No newline at end of file diff --git a/works/life/2020-algorithm-contest/test-data/3/4.in b/works/life/2020-algorithm-contest/test-data/3/4.in new file mode 100644 index 0000000..20085c7 --- /dev/null +++ b/works/life/2020-algorithm-contest/test-data/3/4.in @@ -0,0 +1 @@ +10000 1234
\ No newline at end of file |