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