Submission #57738650
Source Code Expand
Copy
ab,ac,bc = input().split()if ab==ac==bc:print('B')elif (ab=='<' and ac=='>') or (ab=='>' and ac=='<'):print('A')else:print('C')
ab,ac,bc = input().split() if ab==ac==bc: print('B') elif (ab=='<' and ac=='>') or (ab=='>' and ac=='<'): print('A') else: print('C')
Submission Info
Submission Time | |
---|---|
Task | A - Jiro |
User | Lingdao |
Language | Python (CPython 3.11.4) |
Score | 150 |
Code Size | 153 Byte |
Status | AC |
Exec Time | 10 ms |
Memory | 8652 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 150 / 150 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00_sample_01.txt, 00_sample_02.txt |
All | 00_sample_01.txt, 00_sample_02.txt, 01_test_01.txt, 01_test_02.txt, 01_test_03.txt, 01_test_04.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_01.txt | AC | 10 ms | 8560 KB |
00_sample_02.txt | AC | 10 ms | 8528 KB |
01_test_01.txt | AC | 10 ms | 8508 KB |
01_test_02.txt | AC | 10 ms | 8652 KB |
01_test_03.txt | AC | 10 ms | 8508 KB |
01_test_04.txt | AC | 10 ms | 8452 KB |