結果

問題 No.304 鍵(1)
ユーザー koba-e964koba-e964
提出日時 2015-12-01 11:09:39
言語 C++11
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 152 bytes
コンパイル時間 481 ms
コンパイル使用メモリ 55,124 KB
実行使用メモリ 25,604 KB
平均クエリ数 167.50
最終ジャッジ日時 2024-07-16 08:02:26
合計ジャッジ時間 2,258 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
using namespace std;

int main() {
for(int i = 0; i < 1000; ++i) {
printf("%03d\n",i);
string s;cin>>s;
if(s=="locked")return 0;
}
}
0