結果

問題 No.1201 お菓子配り-4
ユーザー tailstails
提出日時 2023-08-04 17:31:28
言語 cLay
(20240714-1)
結果
AC  
実行時間 2,131 ms / 4,000 ms
コード長 75 bytes
コンパイル時間 2,660 ms
コンパイル使用メモリ 173,180 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-10-14 14:42:41
合計ジャッジ時間 16,118 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
5,248 KB
testcase_01 AC 465 ms
5,248 KB
testcase_02 AC 668 ms
5,248 KB
testcase_03 AC 335 ms
5,248 KB
testcase_04 AC 158 ms
5,248 KB
testcase_05 AC 395 ms
5,248 KB
testcase_06 AC 62 ms
5,248 KB
testcase_07 AC 176 ms
5,248 KB
testcase_08 AC 501 ms
5,248 KB
testcase_09 AC 366 ms
5,248 KB
testcase_10 AC 4 ms
5,248 KB
testcase_11 AC 96 ms
5,248 KB
testcase_12 AC 766 ms
5,248 KB
testcase_13 AC 23 ms
5,248 KB
testcase_14 AC 11 ms
5,248 KB
testcase_15 AC 593 ms
5,248 KB
testcase_16 AC 182 ms
5,248 KB
testcase_17 AC 240 ms
5,248 KB
testcase_18 AC 39 ms
5,248 KB
testcase_19 AC 36 ms
5,248 KB
testcase_20 AC 2 ms
5,248 KB
testcase_21 AC 1 ms
5,248 KB
testcase_22 AC 1 ms
5,248 KB
testcase_23 AC 1 ms
5,248 KB
testcase_24 AC 2 ms
5,248 KB
testcase_25 AC 2 ms
5,248 KB
testcase_26 AC 1 ms
5,248 KB
testcase_27 AC 1 ms
5,248 KB
testcase_28 AC 1 ms
5,248 KB
testcase_29 AC 1 ms
5,248 KB
testcase_30 AC 966 ms
5,248 KB
testcase_31 AC 968 ms
5,248 KB
testcase_32 AC 1,013 ms
5,248 KB
testcase_33 AC 968 ms
5,248 KB
testcase_34 AC 974 ms
5,248 KB
testcase_35 AC 2,131 ms
5,248 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@m,@a[n],@b[m];Mint z;rep[a](i,n)rep[b](j,m)z-=~-i*~j+~gcd(i,j);wt(z);
0