QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#499541 | #7887. How to Identify My Name | purplevine | AC ✓ | 0ms | 3676kb | C++14 | 81b | 2024-07-31 15:33:16 | 2024-07-31 15:33:17 |
Judging History
answer
#include <bits/stdc++.h>
int main() {
printf("BAGIDNFH\n");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3676kb
input:
<no-input>
output:
BAGIDNFH
result:
ok correct! you answered 6 out of 8 questions correctly
Extra Test:
score: 0
Extra Test Passed