From 3e79ef41cefec10e7f46b184907edffb13c2ecff Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 27 Mar 2021 15:42:14 +0800 Subject: import(life): Add algorithm contest 3. --- works/life/algorithm-contest-3/test-data/5/9.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 works/life/algorithm-contest-3/test-data/5/9.in (limited to 'works/life/algorithm-contest-3/test-data/5/9.in') diff --git a/works/life/algorithm-contest-3/test-data/5/9.in b/works/life/algorithm-contest-3/test-data/5/9.in new file mode 100644 index 0000000..210953e --- /dev/null +++ b/works/life/algorithm-contest-3/test-data/5/9.in @@ -0,0 +1,6 @@ +5 4 +-100 +-100 +100 +100 +200 \ No newline at end of file -- cgit v1.2.3