QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#145326#6657. 烂柯杯qzez#100 ✓0ms3456kbC++14691b2023-08-22 07:03:492023-08-22 07:03:50

Judging History

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

  • [2023-08-22 07:03:50]
  • 评测
  • 测评结果:100
  • 用时:0ms
  • 内存:3456kb
  • [2023-08-22 07:03:49]
  • 提交

answer

#include<bits/stdc++.h>
#define Gc() getchar() 
#define Me(x,y) memset(x,y,sizeof(x))
#define Mc(x,y) memcpy(x,y,sizeof(x))
#define d(x,y) ((m)*(x-1)+(y))
#define R(n) (rnd()%(n)+1)
#define Pc(x) putchar(x)
#define LB lower_bound
#define UB upper_bound
#define fi first
#define se second
using namespace std;using ll=long long;using db=double;using lb=long db;using ui=unsigned;using ull=unsigned long long;using pii=pair<int,int>;using LL=__int128;
const int N=1e5+5,M=N*4+5,K=31650,mod=998244353,Mod=mod-1;const db eps=1e-9;const int INF=1e9+7;mt19937 rnd(time(0));
int n,p,k;
void Solve(){
	
}
int main(){
	// int t;scanf("%d",&t);while(t--) Solve();
	puts("kejie");
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

kejie

result:

ok "kejie"