提出 #60939941


ソースコード 拡げる

a, b, c = map(int, input().split())

if a + b == c or a + c == b or b + c == a or a == b == c:
    print("Yes")
else:
    print("No")

提出情報

提出日時
問題 A - Equally
ユーザ ardRiriy
言語 Python (PyPy 3.10-v7.3.12)
得点 100
コード長 135 Byte
結果 AC
実行時間 56 ms
メモリ 76616 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 18
セット名 テストケース
Sample 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt
All 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 01_random_09.txt, 01_random_10.txt, 01_random_11.txt, 01_random_12.txt, 01_random_13.txt, 01_random_14.txt, 01_random_15.txt
ケース名 結果 実行時間 メモリ
00_sample_01.txt AC 56 ms 76616 KiB
00_sample_02.txt AC 55 ms 76424 KiB
00_sample_03.txt AC 55 ms 76160 KiB
01_random_01.txt AC 54 ms 76244 KiB
01_random_02.txt AC 54 ms 76420 KiB
01_random_03.txt AC 54 ms 76480 KiB
01_random_04.txt AC 56 ms 76596 KiB
01_random_05.txt AC 54 ms 76588 KiB
01_random_06.txt AC 54 ms 76436 KiB
01_random_07.txt AC 54 ms 76452 KiB
01_random_08.txt AC 54 ms 76424 KiB
01_random_09.txt AC 54 ms 76384 KiB
01_random_10.txt AC 56 ms 76268 KiB
01_random_11.txt AC 55 ms 76408 KiB
01_random_12.txt AC 54 ms 76464 KiB
01_random_13.txt AC 55 ms 76276 KiB
01_random_14.txt AC 55 ms 76356 KiB
01_random_15.txt AC 54 ms 76396 KiB