QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#296117 | #7887. How to Identify My Name | 1366397866 | AC ✓ | 0ms | 3524kb | C++14 | 90b | 2024-01-02 10:08:20 | 2024-01-02 10:08:21 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"BADIDDJF"<<endl;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3524kb
input:
<no-input>
output:
BADIDDJF
result:
ok correct! you answered 6 out of 8 questions correctly
Extra Test:
score: 0
Extra Test Passed