結果
| 問題 |
No.3066 Collecting Coins Speedrun 1
|
| コンテスト | |
| ユーザー |
あじゃじゃ
|
| 提出日時 | 2025-03-21 21:36:00 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 92 bytes |
| コンパイル時間 | 224 ms |
| コンパイル使用メモリ | 82,712 KB |
| 実行使用メモリ | 82,432 KB |
| 最終ジャッジ日時 | 2025-03-21 21:36:04 |
| 合計ジャッジ時間 | 3,433 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 23 WA * 9 |
ソースコード
n=int(input()) c=list(map(int,input().split())) mn=min(c) mx=max(c) ans=2*(mx-mn) print(ans)
あじゃじゃ