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/test078/squares.inp | 15 +++++++++++++++ 2ndary/THT/C/TP-2017/squares/test078/squares.out | 1 + 2 files changed, 16 insertions(+) create mode 100644 2ndary/THT/C/TP-2017/squares/test078/squares.inp create mode 100644 2ndary/THT/C/TP-2017/squares/test078/squares.out (limited to '2ndary/THT/C/TP-2017/squares/test078') diff --git a/2ndary/THT/C/TP-2017/squares/test078/squares.inp b/2ndary/THT/C/TP-2017/squares/test078/squares.inp new file mode 100644 index 0000000..ce8563e --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test078/squares.inp @@ -0,0 +1,15 @@ +16 76 14 +7 24 +2 40 +8 4 +14 45 +14 12 +2 75 +10 50 +14 1 +4 3 +13 21 +15 59 +13 8 +2 51 +1 42 diff --git a/2ndary/THT/C/TP-2017/squares/test078/squares.out b/2ndary/THT/C/TP-2017/squares/test078/squares.out new file mode 100644 index 0000000..7a8f4e0 --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test078/squares.out @@ -0,0 +1 @@ +44404 -- cgit 1.4.1