QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#763359#9767. 连接shaochangAC ✓0ms3648kbC++20139b2024-11-19 19:46:502024-11-19 19:46:52

Judging History

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

  • [2024-11-19 19:46:52]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3648kb
  • [2024-11-19 19:46:50]
  • 提交

answer

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

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

Details

Tip: Click on the bar to expand more detailed information

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