結果

問題 No.513 宝探し2
ユーザー vwxyzvwxyz
提出日時 2023-12-26 08:06:02
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
RE  
実行時間 -
コード長 86 bytes
コンパイル時間 187 ms
コンパイル使用メモリ 11,904 KB
実行使用メモリ 25,984 KB
平均クエリ数 2.92
最終ジャッジ日時 2023-12-26 08:06:05
合計ジャッジ時間 2,181 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 58 ms
25,984 KB
testcase_01 AC 54 ms
25,984 KB
testcase_02 AC 55 ms
25,984 KB
testcase_03 AC 55 ms
25,984 KB
testcase_04 AC 56 ms
25,984 KB
testcase_05 RE -
testcase_06 AC 57 ms
25,984 KB
testcase_07 AC 55 ms
25,984 KB
testcase_08 RE -
testcase_09 RE -
testcase_10 AC 54 ms
25,984 KB
testcase_11 AC 55 ms
25,984 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(0,0)
a=int(input())
print(a,0)
b=int(input())
X,Y=a-b//2,b//2
print(X,Y)
input()
0