You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
2.1 KiB

#### Quadrangle Checker
##### Try running the program: `"./quadA 3 3 | ./quadchecker"`
```
[quadA] [3] [3]
```
###### Does the program returns the value above?
##### Try running the program: `"./quadB 3 3 | ./quadchecker"`
```
[quadB] [3] [3]
```
###### Does the program returns the value above?
##### Try running the program: `"./quadC 1 1 | ./quadchecker"`
```
[quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1]
```
###### Does the program returns the value above?
##### Try running the program: `"./quadE 1 2 | ./quadchecker"`
```
[quadC] [1] [2] || [quadE] [1] [2]
```
###### Does the program returns the value above?
##### Try running the program: `"./quadE 2 1 | ./quadchecker"`
```
[quadD] [2] [1] || [quadE] [2] [1]
```
###### Does the program returns the value above?
##### Try running the program: `"./quadC 2 1 | ./quadchecker"`
```
[quadC] [2] [1]
```
###### Does the program returns the value above?
##### Try running the program: `"./quadD 1 2 | ./quadchecker"`
```
[quadD] [1] [2]
```
###### Does the program returns the value above?
##### Try running the program: `"./quadE 1 1 | ./quadchecker"`
```
[quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1]
```
###### Does the program returns the value above?
##### Try running the program: `"echo 0 0 | ./quadchecker"`
```
Not a Raid function
```
###### Does the program returns the value above?
##### Try running the program: `"echo -n "o--" | ./quadchecker"`
```
Not a Raid function
```
###### Does the program returns the value above?
##### Try running the program: `"echo -n "/****" | ./quadchecker"`
```
Not a Raid function
```
###### Does the program returns the value above?
##### Try running the program: `"echo -n "ABBB" | ./quadchecker"`
```
Not a Raid function
```
###### Does the program returns the value above?
##### Try running the program: `"echo -n "ABBBA"$'\n'"B"$'\n'"B" | ./quadchecker"`
```
Not a Raid function
```
###### Does the program returns the value above?
##### Try running the program: `"echo -n "o--o"$'\n'"|"$'\n'"o" | ./quadchecker"`
```
Not a Raid function
```
###### Does the program returns the value above?