結果
| 問題 | No.32 貯金箱の憂鬱 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-12-29 08:30:11 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 93 ms / 5,000 ms |
| + 903µs | |
| コード長 | 137 bytes |
| 記録 | |
| コンパイル時間 | 289 ms |
| コンパイル使用メモリ | 21,540 KB |
| 実行使用メモリ | 15,864 KB |
| 最終ジャッジ日時 | 2026-07-19 21:26:55 |
| 合計ジャッジ時間 | 2,766 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 12 |
ソースコード
n100 = int(input()) n25 = int(input()) n1 = int(input()) n25 += n1 // 25 n1 %= 25 n100 += n25 // 4 n25 %= 4 n100 %= 10 print(n1+n25+n100)