diff options
Diffstat (limited to 'tests/cases')
-rw-r--r-- | tests/cases/0.txt | 22 | ||||
-rw-r--r-- | tests/cases/1.txt | 36 | ||||
-rw-r--r-- | tests/cases/Makefile | 1 |
3 files changed, 59 insertions, 0 deletions
diff --git a/tests/cases/0.txt b/tests/cases/0.txt new file mode 100644 index 0000000..9a08823 --- /dev/null +++ b/tests/cases/0.txt @@ -0,0 +1,22 @@ +3 + +Brutal Bytes +Manarat International University +6 +Shamim Ahmed +Jakariya Abbas +Ahmad Hasan Mubashshir + +Printf("hello"); +Manarat International University +8 +Mostakim Sakib +Irfan Khan +Saidur Rahman + +team X +Manarat International University +5 +Muhammad hasnat +Raihan Chowdhury +Sakib Al-Hashem diff --git a/tests/cases/1.txt b/tests/cases/1.txt new file mode 100644 index 0000000..8807a84 --- /dev/null +++ b/tests/cases/1.txt @@ -0,0 +1,36 @@ +5 + +Brutal Bytes +Manarat International University +9 +Shamim Ahmed +Jakariya Abbas +Ahmad Hasan Mubashshir + +Printf("hello"); +Manarat International University +8 +Mostakim Sakib +Irfan Khan +Saidur Rahman + +team X +Manarat International University +5 +Muhammad hasnat +Raihan Chowdhury +Sakib Al-Hashem + +Stack Smashers +North South University +7 +Raihan Chowdhury Abir +Shafin Raiyan +Nufayer Mahmud + +Segfault Solvers +BRAC University +6 +Ashfaqul Awal Himel +Zuhayer Mashrur Chowdhury +Suhail Mujtabir Fuad diff --git a/tests/cases/Makefile b/tests/cases/Makefile new file mode 100644 index 0000000..0829e01 --- /dev/null +++ b/tests/cases/Makefile @@ -0,0 +1 @@ +include $(realpath $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../Makefile) |