Submission #854170

# Submission time Handle Problem Language Result Execution time Memory
854170 2023-09-26T09:50:30 Z allin27x Password (RMI18_password) C++17
0 / 100
277 ms 344 KB
#include <bits/stdc++.h>
using namespace std;
 
int query(string str);
 
string guess(int n, int s){
    for (int i=0; i<50001; i++){
        query("a");

    }
    return string(n, 'a');
}
 
# Verdict Execution time Memory Grader output
1 Incorrect 267 ms 344 KB Could not guess the password with 50000 queries.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 277 ms 344 KB Could not guess the password with 50000 queries.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 251 ms 344 KB Could not guess the password with 50000 queries.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 267 ms 344 KB Could not guess the password with 50000 queries.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 267 ms 344 KB Could not guess the password with 50000 queries.
2 Halted 0 ms 0 KB -