QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#418593#6657. 烂柯杯LinkWish#100 ✓1ms3676kbC++14749b2024-05-23 14:40:302024-05-23 14:40:31

Judging History

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

  • [2024-05-23 14:40:31]
  • 评测
  • 测评结果:100
  • 用时:1ms
  • 内存:3676kb
  • [2024-05-23 14:40:30]
  • 提交

answer

//Linkwish's code
#include<bits/stdc++.h>
#define endl '\n'
#define si static inline
#define mp make_pair
#define fi first
#define se second
using namespace std;typedef long long ll;typedef __int128 li;
typedef pair<int,int> pii;typedef pair<ll,ll> pll;typedef const int ci;
typedef const ll cl;const int iinf=INT_MAX;const ll linf=LLONG_MAX;
template<typename T>si bool gmax(T &x,const T y){if(x<y)return x=y,1;return 0;}
template<typename T>si bool gmin(T &x,const T y){if(y<x)return x=y,1;return 0;}

namespace LinkWish{
	
	void mian(){
		cout<<"kejie\n";
	}
}

signed main(){
	#ifndef ONLINE_JUDGE
	freopen("in.in","r",stdin);
	#endif
	ios::sync_with_stdio(0);
	cin.tie(0),cout.tie(0);
	LinkWish::mian();
	return 0;
}

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3676kb

input:



output:

kejie

result:

ok "kejie"