結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
8,320 KB
testcase_01 AC 10 ms
8,320 KB
testcase_02 AC 9 ms
8,320 KB
testcase_03 AC 9 ms
8,448 KB
testcase_04 AC 10 ms
8,448 KB
testcase_05 AC 11 ms
8,448 KB
testcase_06 AC 120 ms
9,088 KB
testcase_07 AC 143 ms
9,216 KB
testcase_08 AC 168 ms
9,344 KB
testcase_09 AC 194 ms
9,344 KB
testcase_10 AC 322 ms
9,600 KB
testcase_11 AC 375 ms
9,728 KB
testcase_12 AC 412 ms
9,728 KB
testcase_13 AC 573 ms
9,856 KB
testcase_14 AC 569 ms
9,728 KB
testcase_15 AC 573 ms
9,856 KB
testcase_16 AC 561 ms
9,728 KB
testcase_17 AC 567 ms
9,856 KB
testcase_18 AC 492 ms
9,728 KB
testcase_19 AC 556 ms
9,728 KB
testcase_20 AC 574 ms
9,728 KB
testcase_21 AC 569 ms
9,856 KB
testcase_22 AC 9 ms
8,320 KB
testcase_23 AC 558 ms
9,856 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,k,r,f[99],e[99];bool b[N+1]={};REP(i,1,N+1){k=1;REP(m,Factor(i,f,e))if(e[m]%2>0)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