QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#760540 | #9767. 连接 | ucup-team004 | AC ✓ | 0ms | 3604kb | C++23 | 364b | 2024-11-18 17:29:07 | 2024-11-18 17:29:08 |
Judging History
answer
#include <bits/stdc++.h>
using i64 = long long;
using u64 = unsigned long long;
using u32 = unsigned;
using u128 = unsigned __int128;
int main() {
std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);
std::cout << "AFJL\n";
std::cout << "BHIP\n";
std::cout << "CEKN\n";
std::cout << "DGMO\n";
return 0;
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3604kb
input:
(no input)
output:
AFJL BHIP CEKN DGMO
result:
ok Correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
test
output:
AFJL BHIP CEKN DGMO
result:
ok Correct.
Extra Test:
score: 0
Extra Test Passed