QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#860353#9767. 连接mbhshadowWA 1ms3584kbC++20180b2025-01-18 12:46:242025-01-18 12:46:26

Judging History

This is the latest submission verdict.

  • [2025-01-18 12:46:26]
  • Judged
  • Verdict: WA
  • Time: 1ms
  • Memory: 3584kb
  • [2025-01-18 12:46:24]
  • Submitted

answer

#include<iostream>
#include<cstdio>
using namespace std;
int main(){
    cout<<"AOCD"<<endl;
    cout<<"EFKH"<<endl;
    cout<<"IJGL"<<endl;
    cout<<"MNBP"<<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:

AOCD
EFKH
IJGL
MNBP

result:

ok Correct.

Test #2:

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

input:

test

output:

AOCD
EFKH
IJGL
MNBP

result:

wrong answer Wrong grouping.