记录编号 | 398810 | 评测结果 | AAAAAAAAAAAAAAAAAAAAAAAAA | ||
---|---|---|---|---|---|
题目名称 | [Keller战纪·外传][HEOI 2017]Blessing All! | 最终得分 | 100 | ||
用户昵称 | Hyoi_0Koto | 是否通过 | 通过 | ||
代码语言 | C++ | 运行时间 | 0.000 s | ||
提交时间 | 2017-04-23 18:24:13 | 内存使用 | 0.00 MiB | ||
#include<iostream> #include<cstdio> #include<cctype> #define gys mylove using namespace std; inline void in(int &x) { x=0;int f=1;char t=getchar(); while(!isdigit(t)){if(t=='-')f=-1;t=getchar();} while(isdigit(t)){x=x*10+t-48;t=getchar();} x*=f; } inline void work(){ printf("AK"); } inline int Main(){ freopen("keller2333.in","r",stdin); freopen("keller2333.out","w",stdout); work(); return 0; } int main(){;} int gys=Main();