結果
問題 | No.1429 Simple Dowsing |
ユーザー | harurun |
提出日時 | 2021-03-14 15:06:50 |
言語 | cLay (20240714-1) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 193 bytes |
コンパイル時間 | 1,927 ms |
コンパイル使用メモリ | 175,088 KB |
実行使用メモリ | 38,560 KB |
最終ジャッジ日時 | 2024-07-05 15:08:15 |
合計ジャッジ時間 | 8,407 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
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 | -- | - |
ソースコード
{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]);}