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