QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#860281 | #9767. 连接 | ZMU01 | WA | 1ms | 3584kb | C++23 | 109b | 2025-01-18 11:51:00 | 2025-01-18 11:51:12 |
Judging History
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.