結果

問題 No.513 宝探し2
ユーザー mastersatoshimastersatoshi
提出日時 2017-06-22 10:07:31
言語 Python2
(2.7.18)
結果
RE  
実行時間 -
コード長 456 bytes
コンパイル時間 385 ms
コンパイル使用メモリ 7,040 KB
実行使用メモリ 25,616 KB
平均クエリ数 1.92
最終ジャッジ日時 2024-07-16 13:53:35
合計ジャッジ時間 3,432 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#import pdb; pdb.set_trace()
import sys
import math

def main():
    
    print "0 0"
    sys.stdout.flush()
    line = int(raw_input())
    
    if line == 0:
        sys.exit()
        
    print str(line) + " 0"
    sys.stdout.flush()
    
    line2 = int(raw_input())
    
    if line2 == 0:
        sys.exit()

    print str(line1 - line2 / 2) + " " + str(line2 / 2)
    sys.stdout.flush()
    sys.exit()
        
if __name__ == '__main__':
    main()
0