結果
問題 |
No.45 回転寿司
|
ユーザー |
![]() |
提出日時 | 2016-02-16 15:34:40 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 111 bytes |
コンパイル時間 | 89 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,496 KB |
最終ジャッジ日時 | 2024-11-24 11:10:09 |
合計ジャッジ時間 | 2,093 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 4 |
other | RE * 30 |
ソースコード
N = raw_input() li = raw_input().split() a,b = li[0],li[1] for i in range(2, N-1): a,b = b,a + li[i] print (b)