結果
問題 | No.892 タピオカ |
ユーザー | kakao745 |
提出日時 | 2024-09-30 13:05:33 |
言語 | PyPy3 (7.3.15) |
結果 |
TLE
|
実行時間 | - |
コード長 | 99 bytes |
コンパイル時間 | 375 ms |
コンパイル使用メモリ | 81,932 KB |
実行使用メモリ | 161,268 KB |
最終ジャッジ日時 | 2024-09-30 13:05:37 |
合計ジャッジ時間 | 2,972 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 37 ms
57,088 KB |
testcase_01 | AC | 38 ms
51,712 KB |
testcase_02 | AC | 38 ms
52,096 KB |
testcase_03 | AC | 49 ms
60,160 KB |
testcase_04 | TLE | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
ソースコード
a,b,c,d,e,f=map(int,input().split()) t=a**b+c**d+e**f if t%2==0: print(":-)") else : print(":-(")