QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#763359#9767. 连接shaochangAC ✓0ms3648kbC++20139b2024-11-19 19:46:502024-11-19 19:46:52

Judging History

This is the latest submission verdict.

  • [2024-11-19 19:46:52]
  • Judged
  • Verdict: AC
  • Time: 0ms
  • Memory: 3648kb
  • [2024-11-19 19:46:50]
  • Submitted

answer

#include<bits/stdc++.h>
using namespace std;

int main(){
	cout<<"AFJL"<<endl<<"ENCK"<<endl<<"BIPH"<<endl<<"DMGO"<<endl;
	return 0;
}

詳細信息

Test #1:

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

input:

(no input)

output:

AFJL
ENCK
BIPH
DMGO

result:

ok Correct.

Test #2:

score: 0
Accepted
time: 0ms
memory: 3548kb

input:

test

output:

AFJL
ENCK
BIPH
DMGO

result:

ok Correct.

Extra Test:

score: 0
Extra Test Passed