|
|
|
#### 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?
|