結果

問題 No.2357 Guess the Function
ユーザー nikumakarenikumakare
提出日時 2023-06-24 22:54:41
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
RE  
実行時間 -
コード長 88 bytes
コンパイル時間 76 ms
コンパイル使用メモリ 10,552 KB
実行使用メモリ 24,348 KB
平均クエリ数 2.91
最終ジャッジ日時 2023-09-14 18:50:41
合計ジャッジ時間 1,514 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
23,660 KB
testcase_01 AC 39 ms
23,640 KB
testcase_02 AC 39 ms
24,036 KB
testcase_03 RE -
testcase_04 AC 39 ms
23,544 KB
testcase_05 AC 39 ms
24,348 KB
testcase_06 AC 39 ms
23,628 KB
testcase_07 AC 40 ms
23,904 KB
testcase_08 AC 39 ms
23,780 KB
testcase_09 AC 40 ms
23,892 KB
testcase_10 AC 39 ms
23,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print("? 100")
a=int(input())
print("?",100-a-1)
b=int(input())+1
print("!",(a-100)%b,b)
0