Submission #45493923
Source Code Expand
Copy
a, b, c = sorted(map(int, input().split()))if a+b == c:print("Yes")else:print("No")
a, b, c = sorted(map(int, input().split())) if a+b == c: print("Yes") else: print("No")
Submission Info
Submission Time | |
---|---|
Task | A - Fighting over Candies |
User | KoyanagiHitoshi |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 96 Byte |
Status | AC |
Exec Time | 9 ms |
Memory | 8608 KB |
Judge Result
Set Name | sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
sample | sample_01.txt, sample_02.txt, sample_03.txt |
All | sample_01.txt, sample_02.txt, sample_03.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample_01.txt | AC | 9 ms | 8500 KB |
sample_02.txt | AC | 9 ms | 8444 KB |
sample_03.txt | AC | 9 ms | 8608 KB |
test_01.txt | AC | 9 ms | 8468 KB |
test_02.txt | AC | 9 ms | 8464 KB |
test_03.txt | AC | 9 ms | 8608 KB |
test_04.txt | AC | 9 ms | 8476 KB |
test_05.txt | AC | 9 ms | 8440 KB |
test_06.txt | AC | 9 ms | 8440 KB |
test_07.txt | AC | 9 ms | 8608 KB |