結果
| 問題 | No.3654 Cup Ramen |
| コンテスト | |
| ユーザー |
Tuchmos
|
| 提出日時 | 2026-08-30 13:30:37 |
| 言語 | PyPy3 (7.3.23) |
| 結果 |
AC
|
| 実行時間 | 65 ms / 2,000 ms |
| + 873µs | |
| コード長 | 84 bytes |
| 記録 | |
| コンパイル時間 | 237 ms |
| コンパイル使用メモリ | 96,024 KB |
| 実行使用メモリ | 79,104 KB |
| 最終ジャッジ日時 | 2026-08-30 13:30:47 |
| 合計ジャッジ時間 | 3,491 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 20 |
ソースコード
N,X=map(int,input().split()) A=list(map(int,input().split())) print(max(0,sum(A)-X))
Tuchmos