結果
| 問題 |
No.420 mod2漸化式
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-09-12 17:41:15 |
| 言語 | Python2 (2.7.18) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 87 bytes |
| コンパイル時間 | 368 ms |
| コンパイル使用メモリ | 6,912 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2024-11-17 04:00:09 |
| 合計ジャッジ時間 | 1,895 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 1 |
| other | RE * 35 |
ソースコード
from scipy.misc import comb;n=input();print int(comb(31,n)),int(comb(30,n-1))*(2**31-1)