結果
| 問題 | No.111 あばばばば |
| コンテスト | |
| ユーザー |
rocoder
|
| 提出日時 | 2017-05-14 06:09:08 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 78 bytes |
| 記録 | |
| コンパイル時間 | 679 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 21,760 KB |
| 最終ジャッジ日時 | 2026-04-05 10:31:14 |
| 合計ジャッジ時間 | 7,650 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 1 RE * 1 TLE * 1 -- * 6 |
ソースコード
N=int(input())
N//=2
H=1
for i in range (N):
H*=3
H-=1
H/=2
print (int(H))
rocoder