結果

問題 No.8077 🔧
ユーザー souta-1326souta-1326
提出日時 2021-04-01 23:18:15
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 48 ms / 2,000 ms
コード長 53 bytes
コンパイル時間 190 ms
コンパイル使用メモリ 82,604 KB
実行使用メモリ 53,252 KB
最終ジャッジ日時 2024-12-21 07:14:10
合計ジャッジ時間 1,523 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 46 ms
53,036 KB
testcase_01 AC 46 ms
52,824 KB
testcase_02 AC 45 ms
52,760 KB
testcase_03 AC 43 ms
53,224 KB
testcase_04 AC 45 ms
52,368 KB
testcase_05 AC 45 ms
51,812 KB
testcase_06 AC 46 ms
52,308 KB
testcase_07 AC 44 ms
51,768 KB
testcase_08 AC 46 ms
52,692 KB
testcase_09 AC 47 ms
53,156 KB
testcase_10 AC 48 ms
53,252 KB
testcase_11 AC 46 ms
53,180 KB
testcase_12 AC 45 ms
52,272 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

a,b,c,d,e=map(int,input().split())
print((a*b+c-d)%e)
0