diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-06 21:33:13 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-06 21:33:13 +0700 |
commit | 2f674dc80f0382f1c3178f435714960734dc9d3c (patch) | |
tree | 2abba7e4ec72bd16f58f7375126144d3fd9f4bca /2ndary/THT/C/TP-2017/squares/test022 | |
parent | b2d80610db6beda38573890ed169815e495bc663 (diff) | |
download | cp-2f674dc80f0382f1c3178f435714960734dc9d3c.tar.gz |
Reorganize stuff from secondary school
Diffstat (limited to '2ndary/THT/C/TP-2017/squares/test022')
-rw-r--r-- | 2ndary/THT/C/TP-2017/squares/test022/squares.inp | 4 | ||||
-rw-r--r-- | 2ndary/THT/C/TP-2017/squares/test022/squares.out | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/2ndary/THT/C/TP-2017/squares/test022/squares.inp b/2ndary/THT/C/TP-2017/squares/test022/squares.inp new file mode 100644 index 0000000..79abd61 --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test022/squares.inp @@ -0,0 +1,4 @@ +3 5 3 +3 3 +2 1 +3 2 diff --git a/2ndary/THT/C/TP-2017/squares/test022/squares.out b/2ndary/THT/C/TP-2017/squares/test022/squares.out new file mode 100644 index 0000000..3d2c52f --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test022/squares.out @@ -0,0 +1 @@ +5 |