結果

問題 No.377 背景パターン
ユーザー FF256grhyFF256grhy
提出日時 2022-01-29 14:40:38
言語 cLay
(20240714-1)
結果
AC  
実行時間 1,101 ms / 5,000 ms
コード長 139 bytes
コンパイル時間 8,792 ms
コンパイル使用メモリ 223,600 KB
実行使用メモリ 12,452 KB
最終ジャッジ日時 2024-06-10 12:48:27
合計ジャッジ時間 11,946 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
9,700 KB
testcase_01 AC 9 ms
12,396 KB
testcase_02 AC 10 ms
10,784 KB
testcase_03 AC 9 ms
9,852 KB
testcase_04 AC 9 ms
10,880 KB
testcase_05 AC 9 ms
9,824 KB
testcase_06 AC 9 ms
9,952 KB
testcase_07 AC 9 ms
9,696 KB
testcase_08 AC 9 ms
9,696 KB
testcase_09 AC 9 ms
9,572 KB
testcase_10 AC 9 ms
12,452 KB
testcase_11 AC 9 ms
9,948 KB
testcase_12 AC 8 ms
9,924 KB
testcase_13 AC 13 ms
9,828 KB
testcase_14 AC 13 ms
9,796 KB
testcase_15 AC 9 ms
11,744 KB
testcase_16 AC 1,056 ms
10,704 KB
testcase_17 AC 1,101 ms
11,740 KB
testcase_18 AC 9 ms
9,824 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@h,@w,A,B,a[2d3],b[];Mint@k,s;A=Divisor(h,a);B=Divisor(w,b);rep[a](i,A)rep[b](j,B)s+=EulerPhi(i)*EulerPhi(j)*k**(h*w/lcm(i,j));wt(s/h/w);
0