QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#860392#9767. 连接mbhshadowWA 1ms3584kbC++20180b2025-01-18 13:11:342025-01-18 13:11:46

Judging History

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

  • [2025-01-18 13:11:46]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3584kb
  • [2025-01-18 13:11:34]
  • 提交

answer

#include<iostream>
#include<cstdio>
using namespace std;
int main(){
    cout<<"AHLP"<<endl;
    cout<<"BEGN"<<endl;
    cout<<"CFIK"<<endl;
    cout<<"DJMO"<<endl;
    return 0;
}

詳細信息

Test #1:

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

input:

(no input)

output:

AHLP
BEGN
CFIK
DJMO

result:

ok Correct.

Test #2:

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

input:

test

output:

AHLP
BEGN
CFIK
DJMO

result:

wrong answer Wrong grouping.