結果
問題 | No.2493 K-th in L2 with L1 |
ユーザー | 👑 p-adic |
提出日時 | 2023-10-06 21:35:50 |
言語 | cLay (20240714-1) |
結果 |
WA
|
実行時間 | - |
コード長 | 230 bytes |
コンパイル時間 | 2,769 ms |
コンパイル使用メモリ | 181,372 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-26 15:51:05 |
合計ジャッジ時間 | 3,569 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
ソースコード
ll@Q,y;rep(Q){ll@D,@K;set<pair<ll,pair<ll,ll>>>S;REP(x,-D,D+1){y=D-abs(x);rep(2)S.insert({x*x+y*y,{x,y*=-1}});}auto i=S.begin(),e=S.end();while(i!=e&&--K)i++;if(i!=e){wt("Yes"),wt(i->second.first,i->second.first);}else wt("No");}