From dfbc0ab51d29d2d175e03134229669f8fc91280b Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 12 Oct 2020 21:01:59 +0800 Subject: import(life): Add 2020-algorithm-contest. --- works/life/2020-algorithm-contest/test-data/4/2.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 works/life/2020-algorithm-contest/test-data/4/2.in (limited to 'works/life/2020-algorithm-contest/test-data/4/2.in') diff --git a/works/life/2020-algorithm-contest/test-data/4/2.in b/works/life/2020-algorithm-contest/test-data/4/2.in new file mode 100644 index 0000000..afe3aef --- /dev/null +++ b/works/life/2020-algorithm-contest/test-data/4/2.in @@ -0,0 +1,5 @@ +3 4 4 +0 3 +1 0 +1 2 +2 1 -- cgit v1.2.3