結果
| 問題 | No.304 鍵(1) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-01-16 22:10:55 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 186 bytes |
| 記録 | |
| コンパイル時間 | 919 ms |
| コンパイル使用メモリ | 179,472 KB |
| 実行使用メモリ | 208,448 KB |
| 平均クエリ数 | 1000.00 |
| 最終ジャッジ日時 | 2026-03-31 06:06:08 |
| 合計ジャッジ時間 | 2,546 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 6 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main() {
for(int i = 0; i < 1000; i++) {
cout << setw(3) << i << endl;
string s;
cin >> s;
if(s == "unlocked") {return 0;}
}
}