結果
| 問題 | No.1389 Clumsy Calculation |
| コンテスト | |
| ユーザー |
realDivineJK
|
| 提出日時 | 2021-02-13 14:33:25 |
| 言語 | Python3 (3.14.7 + numpy 2.5.2 + scipy 1.18.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 80 bytes |
| 記録 | |
| コンパイル時間 | 667 ms |
| コンパイル使用メモリ | 21,544 KB |
| 実行使用メモリ | 37,160 KB |
| 最終ジャッジ日時 | 2026-08-20 07:40:36 |
| 合計ジャッジ時間 | 6,041 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 2 |
| other | AC * 2 WA * 25 |
ソースコード
N, X = map(int, input().split()) print(N*X-sum(list(map(int, input().split()))))
realDivineJK