結果
| 問題 | No.373 かけ算と割った余り |
| コンテスト | |
| ユーザー |
srup٩(๑`н´๑)۶
|
| 提出日時 | 2016-06-04 23:57:59 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 69 bytes |
| コンパイル時間 | 179 ms |
| コンパイル使用メモリ | 77,524 KB |
| 最終ジャッジ日時 | 2025-12-03 20:49:27 |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | RE * 5 |
ソースコード
a = input() b = input() c = input() d = input() print (a * b * c) % d
srup٩(๑`н´๑)۶