結果

問題 No.892 タピオカ
ユーザー pypypymipypypymi
提出日時 2022-02-17 17:01:29
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 118 bytes
コンパイル時間 193 ms
コンパイル使用メモリ 82,432 KB
実行使用メモリ 159,872 KB
最終ジャッジ日時 2024-06-29 07:43:22
合計ジャッジ時間 3,021 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 41 ms
57,728 KB
testcase_01 AC 42 ms
51,712 KB
testcase_02 AC 41 ms
51,584 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