結果
| 問題 | No.892 タピオカ |
| コンテスト | |
| ユーザー |
improve__aucuba
|
| 提出日時 | 2019-10-27 21:49:26 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 148 bytes |
| 記録 | |
| コンパイル時間 | 346 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 20,600 KB |
| 最終ジャッジ日時 | 2026-04-04 15:04:18 |
| 合計ジャッジ時間 | 3,135 ms |
|
ジャッジサーバーID (参考情報) |
judge5_1 / judge4_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 6 |
ソースコード
a=[]
for i in range(0,2):
a.append(input())
sum=0
for i in range(0,3):
sum+=a[i]**b[i]
if sum%2==0:
print(":-)")
else:
print(":-(")
improve__aucuba