結果

問題 No.1663 Maximum Remainder
ユーザー tailstails
提出日時 2021-09-03 21:22:07
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 75 bytes
コンパイル時間 213 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 6,016 KB
最終ジャッジ日時 2024-05-09 01:19:06
合計ジャッジ時間 1,003 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,016 KB
testcase_01 AC 7 ms
5,888 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 7 ms
6,016 KB
testcase_04 AC 7 ms
6,016 KB
testcase_05 AC 7 ms
6,016 KB
testcase_06 AC 7 ms
6,016 KB
testcase_07 AC 7 ms
6,016 KB
testcase_08 AC 7 ms
6,016 KB
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 7 ms
6,016 KB
testcase_14 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b,$c,$d,$m)=glob<>;
print +( int($a+$c)<int($b+$d)?$m-1: ($b+$d)%$m);
0