結果
問題 |
No.333 門松列を数え上げ
|
ユーザー |
|
提出日時 | 2016-01-15 22:38:35 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 98 bytes |
コンパイル時間 | 44 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-09-19 19:10:50 |
合計ジャッジ時間 | 579 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 4 WA * 3 |
ソースコード
abc,de = map(int,raw_input().split(" ")) if abc<de: print "1" else: print 2000000000 - de - 1