QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#50801#2852. 为最美的那位献上花朵CrysflyAC ✓3ms3252kbC++11603b2022-09-29 14:00:312022-12-28 19:02:19

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-12-28 19:02:19]
  • 评测
  • 测评结果:AC
  • 用时:3ms
  • 内存:3252kb
  • [2022-09-29 14:00:31]
  • 提交

answer

// what is matter? never mind.
#include<bits/stdc++.h>
#define For(i,a,b) for(int i=(a);i<=(b);++i)
#define Rep(i,a,b) for(int i=(a);i>=(b);--i)
using namespace std;
inline int read()
{
    char c=getchar();int x=0;bool f=0;
    for(;!isdigit(c);c=getchar())f^=!(c^45);
    for(;isdigit(c);c=getchar())x=(x<<1)+(x<<3)+(c^48);
    if(f)x=-x;return x;
}

#define fi first
#define se second
#define pb push_back
#define mkp make_pair
typedef pair<int,int>pii;
typedef vector<int>vi;

#define maxn 200005
#define inf 0x3f3f3f3f


signed main()
{
	puts("kangnaixin");
	return 0;
}

詳細信息

Test #1:

score: 100
Accepted
time: 3ms
memory: 3252kb

input:



output:

kangnaixin

result:

ok