結果
問題 | No.1429 Simple Dowsing |
ユーザー | harurun |
提出日時 | 2021-03-14 18:36:08 |
言語 | cLay (20240714-1) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 133 bytes |
コンパイル時間 | 1,870 ms |
コンパイル使用メモリ | 173,912 KB |
実行使用メモリ | 39,488 KB |
最終ジャッジ日時 | 2024-07-05 15:07:53 |
合計ジャッジ時間 | 8,252 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
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");fflush(stdout);ll@a;wt("? 0 100");fflush(stdout);ll@b;rep(i,101)rep(j,101)if(i*i+j*j==a&&i*i+(100-j)**2==b)wt("!",i,j);}