結果
| 問題 | No.32 貯金箱の憂鬱 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-02-18 07:53:31 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 137 bytes |
| 記録 | |
| コンパイル時間 | 671 ms |
| コンパイル使用メモリ | 20,704 KB |
| 実行使用メモリ | 41,216 KB |
| 最終ジャッジ日時 | 2026-04-02 18:15:18 |
| 合計ジャッジ時間 | 3,763 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 12 |
ソースコード
L = int(input()) M = int(input()) N = int(input()) M = M + int(N/25) N = N % 25 L = L + int(m/4) M = M % 4 L = L % 10 print(N + M + L)