結果
問題 | No.892 タピオカ |
ユーザー | ABKZ |
提出日時 | 2021-07-27 17:17:34 |
言語 | PyPy3 (7.3.15) |
結果 |
TLE
|
実行時間 | - |
コード長 | 147 bytes |
コンパイル時間 | 219 ms |
コンパイル使用メモリ | 82,328 KB |
実行使用メモリ | 166,000 KB |
最終ジャッジ日時 | 2024-07-23 14:25:22 |
合計ジャッジ時間 | 2,872 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 40 ms
59,504 KB |
testcase_01 | AC | 38 ms
52,972 KB |
testcase_02 | AC | 38 ms
52,564 KB |
testcase_03 | AC | 49 ms
61,048 KB |
testcase_04 | TLE | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
ソースコード
a1, b1, a2, b2, a3, b3 = map(int, input().split()) if (pow(a1, b1) + pow(a2, b2) + pow(a3, b3)) % 2 == 0: print(":-)") else: print(":-(")