QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#275077 | #7887. How to Identify My Name | lsm | AC ✓ | 0ms | 3304kb | C++14 | 92b | 2023-12-04 12:53:50 | 2023-12-04 12:53:50 |
Judging History
answer
#include <iostream>
int main() {
std::cout << "BAGIDNAA" << std::endl;
return 0;
}
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3304kb
input:
<no-input>
output:
BAGIDNAA
result:
ok correct! you answered 6 out of 8 questions correctly
Extra Test:
score: 0
Extra Test Passed