結果

問題 No.1429 Simple Dowsing
ユーザー harurunharurun
提出日時 2021-03-14 15:06:50
言語 cLay
(20240104-1)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 193 bytes
コンパイル時間 1,951 ms
コンパイル使用メモリ 163,220 KB
実行使用メモリ 35,780 KB
最終ジャッジ日時 2023-09-19 02:16:48
合計ジャッジ時間 8,412 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 -- -
testcase_02 -- -
testcase_03 -- -
testcase_04 -- -
testcase_05 -- -
testcase_06 -- -
testcase_07 -- -
testcase_08 -- -
testcase_09 -- -
testcase_10 -- -
testcase_11 -- -
testcase_12 -- -
testcase_13 -- -
testcase_14 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

{wt("?",0,0);ll@d,c,r;VI e,h;
rep(x,101)rep(y,101)if(x**2+y**2==d){e.push_back(x);h.push_back(y);};
wt("?",c=e[0],d=h[0]);rd(r);
rep(i,e.size())if((e[i]-c)**2+(h[i]-d)**2==r)wt("!",e[i],h[i]);}
0