QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#275067 | #7887. How to Identify My Name | junit | AC ✓ | 0ms | 3488kb | C++14 | 119b | 2023-12-04 12:22:34 | 2023-12-04 12:22:34 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
const int N=3;
int main(){
printf("BAGIDNPH\n");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3488kb
input:
<no-input>
output:
BAGIDNPH
result:
ok correct! you answered 6 out of 8 questions correctly
Extra Test:
score: 0
Extra Test Passed