結果
問題 | No.32 貯金箱の憂鬱 |
ユーザー | あかりき |
提出日時 | 2021-02-08 06:51:17 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 37 ms / 5,000 ms |
コード長 | 88 bytes |
コンパイル時間 | 2,288 ms |
コンパイル使用メモリ | 82,096 KB |
実行使用メモリ | 53,380 KB |
最終ジャッジ日時 | 2024-07-05 02:27:54 |
合計ジャッジ時間 | 1,264 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
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)