QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#770301 | #9767. 连接 | susanzhishen | AC ✓ | 0ms | 3652kb | C++20 | 541b | 2024-11-21 21:23:34 | 2024-11-21 21:23:35 |
Judging History
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