結果
| 問題 | No.2768 Password Crack |
| コンテスト | |
| ユーザー |
srjywrdnprkt
|
| 提出日時 | 2023-12-12 19:51:35 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 212 bytes |
| 記録 | |
| コンパイル時間 | 2,191 ms |
| コンパイル使用メモリ | 191,328 KB |
| 最終ジャッジ日時 | 2025-02-18 10:33:10 |
|
ジャッジサーバーID (参考情報) |
judge3 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 29 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
void query(string &S){
cout << "? " << S << endl;
}
void answer(string &T){
cout << "! " << T << endl;
}
int main(){
return 0;
}
srjywrdnprkt