結果

問題 No.2449 square_permutation
ユーザー 👑 p-adicp-adic
提出日時 2023-08-31 21:53:37
言語 cLay
(20240714-1)
結果
AC  
実行時間 654 ms / 2,000 ms
コード長 157 bytes
コンパイル時間 6,891 ms
コンパイル使用メモリ 217,336 KB
実行使用メモリ 11,904 KB
最終ジャッジ日時 2024-06-11 01:35:50
合計ジャッジ時間 17,402 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
8,576 KB
testcase_01 AC 9 ms
8,448 KB
testcase_02 AC 9 ms
8,448 KB
testcase_03 AC 10 ms
8,320 KB
testcase_04 AC 9 ms
8,448 KB
testcase_05 AC 9 ms
8,448 KB
testcase_06 AC 127 ms
9,856 KB
testcase_07 AC 159 ms
9,984 KB
testcase_08 AC 168 ms
10,240 KB
testcase_09 AC 206 ms
10,496 KB
testcase_10 AC 347 ms
11,008 KB
testcase_11 AC 388 ms
11,136 KB
testcase_12 AC 434 ms
11,264 KB
testcase_13 AC 647 ms
11,776 KB
testcase_14 AC 643 ms
11,776 KB
testcase_15 AC 654 ms
11,904 KB
testcase_16 AC 637 ms
11,776 KB
testcase_17 AC 640 ms
11,776 KB
testcase_18 AC 548 ms
11,648 KB
testcase_19 AC 622 ms
11,776 KB
testcase_20 AC 644 ms
11,904 KB
testcase_21 AC 639 ms
11,904 KB
testcase_22 AC 10 ms
8,448 KB
testcase_23 AC 639 ms
11,904 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,k,r,f[9],e[9],b[N+1]={};REP(i,1,N+1){k=1;REP(m,Factor(i,f,e))if(e[m]%2)k*=f[m];RREP(j,1,N/k+1)if(!b[k*j]&&j==(r=sqrt(j))**2){b[k*j]=1;wtSp(k*j);break;}}
0