diff options
Diffstat (limited to '2ndary/THT/C/TP-2017/squares/test005')
-rw-r--r-- | 2ndary/THT/C/TP-2017/squares/test005/squares.inp | 7 | ||||
-rw-r--r-- | 2ndary/THT/C/TP-2017/squares/test005/squares.out | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/2ndary/THT/C/TP-2017/squares/test005/squares.inp b/2ndary/THT/C/TP-2017/squares/test005/squares.inp new file mode 100644 index 0000000..040f0e7 --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test005/squares.inp @@ -0,0 +1,7 @@ +2 3 6 +1 2 +2 3 +1 3 +2 2 +2 1 +1 1 diff --git a/2ndary/THT/C/TP-2017/squares/test005/squares.out b/2ndary/THT/C/TP-2017/squares/test005/squares.out new file mode 100644 index 0000000..1874828 --- /dev/null +++ b/2ndary/THT/C/TP-2017/squares/test005/squares.out @@ -0,0 +1 @@ +0 |