Submission #57505493
Source Code Expand
Copy
A,B = map(int,input().split())if A==B:print('Invalid')elif A==1:print('Yes')else:print('No')
A,B = map(int,input().split()) if A==B: print('Invalid') elif A==1: print('Yes') else: print('No')
Submission Info
Submission Time | |
---|---|
Task | A - Raise Both Hands |
User | Lingdao |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 116 Byte |
Status | AC |
Exec Time | 11 ms |
Memory | 8528 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample00.txt, sample01.txt |
All | sample00.txt, sample01.txt, testcase00.txt, testcase01.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample00.txt | AC | 10 ms | 8472 KB |
sample01.txt | AC | 10 ms | 8516 KB |
testcase00.txt | AC | 11 ms | 8528 KB |
testcase01.txt | AC | 10 ms | 8460 KB |