結果
| 問題 | No.45 回転寿司 |
| ユーザー |
kibenronrigaku1
|
| 提出日時 | 2016-02-16 15:35:57 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 111 bytes |
| 記録 | |
| コンパイル時間 | 68 ms |
| コンパイル使用メモリ | 81,024 KB |
| 実行使用メモリ | 81,664 KB |
| 最終ジャッジ日時 | 2026-07-18 03:04:14 |
| 合計ジャッジ時間 | 4,638 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 RE * 1 |
| other | WA * 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
kibenronrigaku1