結果

問題 No.377 背景パターン
ユーザー FF256grhyFF256grhy
提出日時 2022-01-01 10:49:33
言語 cLay
(20240714-1)
結果
AC  
実行時間 1,173 ms / 5,000 ms
コード長 144 bytes
コンパイル時間 9,280 ms
コンパイル使用メモリ 224,084 KB
実行使用メモリ 12,000 KB
最終ジャッジ日時 2024-10-09 22:17:29
合計ジャッジ時間 12,451 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
9,824 KB
testcase_01 AC 10 ms
12,000 KB
testcase_02 AC 9 ms
9,696 KB
testcase_03 AC 9 ms
9,828 KB
testcase_04 AC 8 ms
9,700 KB
testcase_05 AC 9 ms
9,696 KB
testcase_06 AC 9 ms
10,816 KB
testcase_07 AC 9 ms
11,744 KB
testcase_08 AC 8 ms
9,828 KB
testcase_09 AC 9 ms
9,852 KB
testcase_10 AC 8 ms
9,748 KB
testcase_11 AC 9 ms
9,700 KB
testcase_12 AC 10 ms
11,872 KB
testcase_13 AC 14 ms
9,828 KB
testcase_14 AC 14 ms
9,828 KB
testcase_15 AC 9 ms
9,704 KB
testcase_16 AC 1,133 ms
9,700 KB
testcase_17 AC 1,173 ms
9,824 KB
testcase_18 AC 9 ms
9,868 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@h,@w,s,t,I[2000],J[2000];mint@k,a;s=Divisor(h,I);t=Divisor(w,J);rep[I](i,s)rep[J](j,t)a+=EulerPhi(i)*EulerPhi(j)*k**(h*w/lcm(i,j));wt(a/h/w);
0