QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#798681 | #9767. 连接 | Jorisy | AC ✓ | 0ms | 3588kb | C++20 | 224b | 2024-12-04 16:01:32 | 2024-12-04 16:01:33 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
//freopen(".in","r",stdin);
//freopen(".out","w",stdout);
puts("CEKN");
puts("DGMO");
puts("AFJL");
puts("BHIP");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3588kb
input:
(no input)
output:
CEKN DGMO AFJL BHIP
result:
ok Correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3588kb
input:
test
output:
CEKN DGMO AFJL BHIP
result:
ok Correct.
Extra Test:
score: 0
Extra Test Passed