結果

問題 No.2725 Coprime Game 2
ユーザー 👑 p-adicp-adic
提出日時 2023-10-04 17:59:22
言語 cLay
(20240714-1)
結果
AC  
実行時間 22 ms / 2,000 ms
コード長 106 bytes
コンパイル時間 2,741 ms
コンパイル使用メモリ 173,792 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-07-26 15:15:08
合計ジャッジ時間 3,508 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 1 ms
6,944 KB
testcase_02 AC 2 ms
6,944 KB
testcase_03 AC 8 ms
6,944 KB
testcase_04 AC 22 ms
6,940 KB
testcase_05 AC 9 ms
6,948 KB
testcase_06 AC 9 ms
6,940 KB
testcase_07 AC 6 ms
6,940 KB
testcase_08 AC 9 ms
6,944 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

int@T,P[50];Prime(54,P);rep(t,T){ll@N,i=-1,b=N<3;while(N%P[++i]<1);rep(j,2,P[i])if(N%j)b=1;wt(b?"P":"K");}
0