結果

問題 No.2725 Coprime Game 2
ユーザー 👑 p-adicp-adic
提出日時 2023-10-04 17:59:22
言語 cLay
(20240104-1)
結果
AC  
実行時間 25 ms / 2,000 ms
コード長 106 bytes
コンパイル時間 2,907 ms
コンパイル使用メモリ 170,740 KB
実行使用メモリ 4,868 KB
最終ジャッジ日時 2023-10-06 00:10:31
合計ジャッジ時間 3,499 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,376 KB
testcase_01 AC 2 ms
4,376 KB
testcase_02 AC 1 ms
4,380 KB
testcase_03 AC 10 ms
4,608 KB
testcase_04 AC 25 ms
4,604 KB
testcase_05 AC 11 ms
4,868 KB
testcase_06 AC 10 ms
4,600 KB
testcase_07 AC 7 ms
4,536 KB
testcase_08 AC 11 ms
4,664 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