QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#770301#9767. 连接susanzhishenAC ✓0ms3652kbC++20541b2024-11-21 21:23:342024-11-21 21:23:35

Judging History

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

  • [2024-11-21 21:23:35]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3652kb
  • [2024-11-21 21:23:34]
  • 提交

answer

#include<bits/stdc++.h>
#define int long long
#define double long double
#define x first
#define y second
using namespace std;
typedef long long LL;
typedef long long ll;
typedef pair<int,int> PII;
const int N=3e5+10;
const int M=1e3+10;
int mod=1e9+7;
int a[N];

void solve(){
    cout<<"CEKN\n";
    cout<<"DGMO\n";
    cout<<"AFJL\n";
    cout<<"BHIP\n";
}

signed main(){
    ios::sync_with_stdio(false);
    cin.tie(0),cout.tie(0);
    int _;
    _=1;
    //cin>>_;
    while(_--){
        solve();
    }
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

(no input)

output:

CEKN
DGMO
AFJL
BHIP

result:

ok Correct.

Test #2:

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

input:

test

output:

CEKN
DGMO
AFJL
BHIP

result:

ok Correct.

Extra Test:

score: 0
Extra Test Passed