結果
問題 | No.304 鍵(1) |
ユーザー | nebukuro09 |
提出日時 | 2016-09-20 14:00:43 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 174 bytes |
コンパイル時間 | 92 ms |
コンパイル使用メモリ | 7,040 KB |
実行使用メモリ | 25,616 KB |
平均クエリ数 | 310.17 |
最終ジャッジ日時 | 2024-07-16 11:04:50 |
合計ジャッジ時間 | 2,079 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
ソースコード
import sys for i in xrange(1000): print '%03d'%i sys.stdout.flush() if raw_input() == 'unlocked': print '%03d'%i sys.stdout.flush() break