結果

問題 No.892 タピオカ
ユーザー pypypymipypypymi
提出日時 2022-02-17 17:01:29
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 118 bytes
コンパイル時間 266 ms
コンパイル使用メモリ 86,828 KB
実行使用メモリ 164,332 KB
最終ジャッジ日時 2023-09-11 17:45:13
合計ジャッジ時間 3,853 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 71 ms
75,720 KB
testcase_01 AC 69 ms
71,092 KB
testcase_02 AC 69 ms
71,284 KB
testcase_03 RE -
testcase_04 TLE -
testcase_05 -- -
testcase_06 -- -
testcase_07 -- -
testcase_08 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

a1,b1,a2,b2,a3,b3 = map(int,input().split())
print(":-)") if int(str(a1**b1+a2**b2+a3**b3)[-1])%2==0 else print(":-(")
0