QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#668220 | #7887. How to Identify My Name | nageing | WA | 0ms | 3616kb | C++20 | 386b | 2024-10-23 12:39:12 | 2024-10-23 12:39:15 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<ll, ll> pii;
bool chmin(int &x, int y) {
if (x > y) {
x = y;
return 1;
}
return 0;
}
void solve() {
cout << "BAGIMHNJ";
}
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr); cout.tie(nullptr);
int t = 1;
//cin >> t;
while (t --) {
solve();
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3616kb
input:
<no-input>
output:
BAGIMHNJ
result:
wrong answer that's too bad. you only answered 4 out of 8 questions correctly