結果
| 問題 |
No.3066 Collecting Coins Speedrun 1
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-03-21 21:29:30 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 69 bytes |
| コンパイル時間 | 234 ms |
| コンパイル使用メモリ | 82,048 KB |
| 実行使用メモリ | 81,920 KB |
| 最終ジャッジ日時 | 2025-03-21 21:29:33 |
| 合計ジャッジ時間 | 3,235 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge7 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 23 WA * 9 |
ソースコード
n=int(input()) a=list(map(int,input().split())) print(2*(a[-1]-a[0]))