...
This commit is contained in:
@@ -8,11 +8,6 @@ main :: () {
|
||||
print("contained");
|
||||
}
|
||||
|
||||
if 0 <= x <= 100 and 0 <= y <= 100 {
|
||||
print("contained");
|
||||
}
|
||||
|
||||
|
||||
if 1000 > x > -100 and 0 <= y <= 100 {
|
||||
print("contained");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user