結果
| 問題 | No.304 鍵(1) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2015-12-01 11:09:39 |
| 言語 | C++11(廃止可能性あり) (gcc 15.2.0 + boost 1.89.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 |
ソースコード
#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;
}
}