QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#860369#9767. 连接mbhshadowWA 0ms3584kbC++20181b2025-01-18 13:00:472025-01-18 13:00:48

Judging History

This is the latest submission verdict.

  • [2025-01-18 13:00:48]
  • Judged
  • Verdict: WA
  • Time: 0ms
  • Memory: 3584kb
  • [2025-01-18 13:00:47]
  • Submitted

answer

#include<iostream>
#include<cstdio>
using namespace std;
int main(){
    cout<<"AMIJ"<<endl;
    cout<<"KDHB"<<endl;
    cout<<"ECOF"<<endl;
    cout<<"LNGP"<<endl;
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

(no input)

output:

AMIJ
KDHB
ECOF
LNGP

result:

ok Correct.

Test #2:

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

input:

test

output:

AMIJ
KDHB
ECOF
LNGP

result:

wrong answer Wrong grouping.