Submission #19724554
Source Code Expand
Copy
N=input() X=input(int()) Y=input(int()) x=[] y=[] x.append(X) y.append(Y) if ((x[0]*y[0])+(x[1]*y[1]))==0: print("Yes") else: print("No")
Submission Info
Submission Time | |
---|---|
Task | B - Orthogonality |
User | hokusetsu |
Language | Python (3.8.2) |
Score | 0 |
Code Size | 171 Byte |
Status | RE |
Exec Time | 25 ms |
Memory | 10372 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 200 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample_01.txt, sample_02.txt, sample_03.txt |
All | extreme_00.txt, extreme_01.txt, extreme_02.txt, handmade_00.txt, handmade_01.txt, handmade_02.txt, handmade_03.txt, handmade_04.txt, handmade_05.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, sample_01.txt, sample_02.txt, sample_03.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
extreme_00.txt | RE | 23 ms | 10372 KB |
extreme_01.txt | RE | 21 ms | 10248 KB |
extreme_02.txt | RE | 18 ms | 8908 KB |
handmade_00.txt | RE | 23 ms | 8800 KB |
handmade_01.txt | RE | 25 ms | 8916 KB |
handmade_02.txt | RE | 17 ms | 8912 KB |
handmade_03.txt | RE | 18 ms | 8804 KB |
handmade_04.txt | RE | 18 ms | 8808 KB |
handmade_05.txt | RE | 23 ms | 9036 KB |
random_00.txt | RE | 19 ms | 9832 KB |
random_01.txt | RE | 19 ms | 9572 KB |
random_02.txt | RE | 19 ms | 9000 KB |
random_03.txt | RE | 20 ms | 9504 KB |
random_04.txt | RE | 18 ms | 9152 KB |
random_05.txt | RE | 18 ms | 9148 KB |
sample_01.txt | RE | 23 ms | 8908 KB |
sample_02.txt | RE | 20 ms | 8912 KB |
sample_03.txt | RE | 24 ms | 8804 KB |