QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#277885 | #7887. How to Identify My Name | SoyTony | AC ✓ | 0ms | 3708kb | C++14 | 99b | 2023-12-07 07:13:56 | 2023-12-07 07:13:56 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
printf("BAGIDNJF\n");
return 0;
}
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3708kb
input:
<no-input>
output:
BAGIDNJF
result:
ok correct! you answered 8 out of 8 questions correctly
Extra Test:
score: 0
Extra Test Passed