QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#798681#9767. 连接JorisyAC ✓0ms3588kbC++20224b2024-12-04 16:01:322024-12-04 16:01:33

Judging History

你现在查看的是最新测评结果

  • [2024-12-04 16:01:33]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3588kb
  • [2024-12-04 16:01:32]
  • 提交

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