結果
| 問題 | No.32 貯金箱の憂鬱 |
| コンテスト | |
| ユーザー |
あかりき
|
| 提出日時 | 2021-02-08 06:51:17 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 34 ms / 5,000 ms |
| コード長 | 88 bytes |
| 記録 | |
| コンパイル時間 | 213 ms |
| コンパイル使用メモリ | 84,864 KB |
| 実行使用メモリ | 51,840 KB |
| 最終ジャッジ日時 | 2026-03-26 08:55:47 |
| 合計ジャッジ時間 | 1,216 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 12 |
ソースコード
l=int(input()) m=int(input()) n=int(input()) m+=n//25 n%=25 l+=m//4 m%=4 print(l%10+m+n)
あかりき