結果
問題 |
No.2721 "Don't say N" Game
|
ユーザー |
👑 |
提出日時 | 2023-10-04 15:24:21 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 76 bytes |
コンパイル時間 | 145 ms |
コンパイル使用メモリ | 12,800 KB |
実行使用メモリ | 10,880 KB |
最終ジャッジ日時 | 2024-07-26 15:12:34 |
合計ジャッジ時間 | 912 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | WA * 5 |
ソースコード
for t in [0]*int(input()): N=int(input()) print("KP"[N==pow(N,0.5)**2::2])