結果
| 問題 |
No.892 タピオカ
|
| コンテスト | |
| ユーザー |
micomico_tisaki
|
| 提出日時 | 2019-10-01 09:31:38 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 128 bytes |
| コンパイル時間 | 217 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 10,752 KB |
| 最終ジャッジ日時 | 2024-10-03 05:39:01 |
| 合計ジャッジ時間 | 1,028 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 6 |
ソースコード
a=[]
a=input().split()
print(a)
if int(a[0])%2==0 and int(a[2])%2==0 and int(a[4])%2==0:
print(":-)")
else:
print(":-(")
micomico_tisaki