QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#860363#9767. 连接mbhshadowWA 1ms3584kbC++20180b2025-01-18 12:56:042025-01-18 12:56:04

Judging History

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

  • [2025-01-18 12:56:04]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3584kb
  • [2025-01-18 12:56:04]
  • 提交

answer

#include<iostream>
#include<cstdio>
using namespace std;
int main(){
    cout<<"CGJN"<<endl;
    cout<<"DMFL"<<endl;
    cout<<"BIPO"<<endl;
    cout<<"AEHK"<<endl;
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3584kb

input:

(no input)

output:

CGJN
DMFL
BIPO
AEHK

result:

ok Correct.

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3584kb

input:

test

output:

CGJN
DMFL
BIPO
AEHK

result:

wrong answer Wrong grouping.