結果

問題 No.2357 Guess the Function
ユーザー ニックネームニックネーム
提出日時 2023-06-24 00:30:41
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 43 ms / 1,000 ms
コード長 133 bytes
コンパイル時間 131 ms
コンパイル使用メモリ 10,724 KB
実行使用メモリ 24,432 KB
平均クエリ数 2.91
最終ジャッジ日時 2023-09-13 19:41:38
合計ジャッジ時間 1,546 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 43 ms
23,624 KB
testcase_01 AC 40 ms
23,668 KB
testcase_02 AC 40 ms
23,640 KB
testcase_03 AC 40 ms
24,420 KB
testcase_04 AC 40 ms
23,688 KB
testcase_05 AC 40 ms
24,084 KB
testcase_06 AC 40 ms
24,432 KB
testcase_07 AC 40 ms
23,796 KB
testcase_08 AC 40 ms
23,904 KB
testcase_09 AC 41 ms
23,496 KB
testcase_10 AC 40 ms
23,556 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print("?",100); p = int(input())
if p==99: print("!",99,100)
else: print("?",100-p-1); q = int(input()); print("!",(p-100)%(q+1),q+1)
0