QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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;
}
详细
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