QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#860281#9767. 连接ZMU01WA 1ms3584kbC++23109b2025-01-18 11:51:002025-01-18 11:51:12

Judging History

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

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

answer

#include<iostream>
using namespace std;
int main(){
    printf("i m j o \nb p d f \na l c n \ng k e h \n");
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

(no input)

output:

i m j o 
b p d f 
a l c n 
g k e h 

result:

ok Correct.

Test #2:

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

input:

test

output:

i m j o 
b p d f 
a l c n 
g k e h 

result:

wrong answer Wrong grouping.