結果

問題 No.1201 お菓子配り-4
ユーザー tailstails
提出日時 2023-08-04 17:31:28
言語 cLay
(20240104-1)
結果
AC  
実行時間 2,285 ms / 4,000 ms
コード長 75 bytes
コンパイル時間 2,888 ms
コンパイル使用メモリ 173,324 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-04-22 15:36:38
合計ジャッジ時間 17,321 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
5,248 KB
testcase_01 AC 503 ms
5,248 KB
testcase_02 AC 722 ms
5,376 KB
testcase_03 AC 350 ms
5,376 KB
testcase_04 AC 173 ms
5,376 KB
testcase_05 AC 427 ms
5,376 KB
testcase_06 AC 65 ms
5,376 KB
testcase_07 AC 196 ms
5,376 KB
testcase_08 AC 535 ms
5,376 KB
testcase_09 AC 394 ms
5,376 KB
testcase_10 AC 5 ms
5,376 KB
testcase_11 AC 104 ms
5,376 KB
testcase_12 AC 824 ms
5,376 KB
testcase_13 AC 23 ms
5,376 KB
testcase_14 AC 13 ms
5,376 KB
testcase_15 AC 646 ms
5,376 KB
testcase_16 AC 194 ms
5,376 KB
testcase_17 AC 254 ms
5,376 KB
testcase_18 AC 42 ms
5,376 KB
testcase_19 AC 40 ms
5,376 KB
testcase_20 AC 1 ms
5,376 KB
testcase_21 AC 2 ms
5,376 KB
testcase_22 AC 2 ms
5,376 KB
testcase_23 AC 2 ms
5,376 KB
testcase_24 AC 2 ms
5,376 KB
testcase_25 AC 2 ms
5,376 KB
testcase_26 AC 2 ms
5,376 KB
testcase_27 AC 1 ms
5,376 KB
testcase_28 AC 2 ms
5,376 KB
testcase_29 AC 2 ms
5,376 KB
testcase_30 AC 1,036 ms
5,376 KB
testcase_31 AC 1,041 ms
5,376 KB
testcase_32 AC 1,041 ms
5,376 KB
testcase_33 AC 1,040 ms
5,376 KB
testcase_34 AC 1,041 ms
5,376 KB
testcase_35 AC 2,285 ms
5,376 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