結果
| 問題 | No.143 豆 |
| コンテスト | |
| ユーザー |
neko
|
| 提出日時 | 2019-10-09 07:13:04 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 127 bytes |
| 記録 | |
| コンパイル時間 | 593 ms |
| コンパイル使用メモリ | 20,828 KB |
| 実行使用メモリ | 15,488 KB |
| 最終ジャッジ日時 | 2026-05-09 19:40:27 |
| 合計ジャッジ時間 | 3,004 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 16 |
ソースコード
t=[int(i) for i in input().split()] s=[int(i) for i in input().split()] sum1=int(t[0]*t[1]*t[2]) total=sum1-sum(s) print(total)
neko