From 2f674dc80f0382f1c3178f435714960734dc9d3c Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 6 Jun 2020 21:33:13 +0700 Subject: Reorganize stuff from secondary school --- 2ndary/THT/C/TP-2017/squares/test011/squares.inp | 11 +++++++++++ 2ndary/THT/C/TP-2017/squares/test011/squares.out | 1 + 2 files changed, 12 insertions(+) create mode 100644 2ndary/THT/C/TP-2017/squares/test011/squares.inp create mode 100644 2ndary/THT/C/TP-2017/squares/test011/squares.out (limited to '2ndary/THT/C/TP-2017/squares/test011') diff --git a/2ndary/THT/C/TP-2017/squares/test011/squares.inp b/2ndary/THT/C/TP-2017/squares/test011/squares.inp new file mode 100644 index 0000000..3c92768 --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test011/squares.inp @@ -0,0 +1,11 @@ +3 5 10 +2 5 +2 4 +1 5 +3 4 +2 3 +3 5 +3 1 +1 4 +3 3 +3 2 diff --git a/2ndary/THT/C/TP-2017/squares/test011/squares.out b/2ndary/THT/C/TP-2017/squares/test011/squares.out new file mode 100644 index 0000000..f33dfa2 --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test011/squares.out @@ -0,0 +1 @@ +1 -- cgit 1.4.1