結果
| 問題 | No.1470 Mex Sum |
| コンテスト | |
| ユーザー |
shigeoku
|
| 提出日時 | 2021-04-09 21:36:46 |
| 言語 | Python3 (3.14.3 + numpy 2.4.2 + scipy 1.17.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 74 bytes |
| 記録 | |
| コンパイル時間 | 727 ms |
| コンパイル使用メモリ | 20,956 KB |
| 実行使用メモリ | 22,604 KB |
| 最終ジャッジ日時 | 2026-03-11 09:26:57 |
| 合計ジャッジ時間 | 8,357 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 1 WA * 48 |
ソースコード
N = int(input()) An = list(map(int, input().split())) print(sum(An)*(N-1))
shigeoku