QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#22608 | #2868. Preparing a contest | WhybullYMe# | AC ✓ | 2ms | 3596kb | C++20 | 414b | 2022-03-10 14:02:47 | 2022-04-30 01:27:33 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define ri int
typedef long long ll;
const int maxn=1e5+10;
template<class T>inline bool ckmin(T &x,const T &y){return x>y?x=y,1:0;}
template<class T>inline bool ckmax(T &x,const T &y){return x<y?x=y,1:0;}
template<class T>inline void clear(T *arr,int siz,int val=0){memset(arr,val,sizeof(T)*(siz+1));}
int main(){
printf("Flower Olympiad in Informatics");
}
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3596kb
input:
output:
Flower Olympiad in Informatics
result:
ok