摘要: 因为博主是蒟蒻,学了的东西一下就忘了QAQ......在这里随便记录一下 int快读模板 inline int read(){ int x=0,f=1; char ch=getchar(); while(ch<'0'||ch>'9'){ if(ch=='-') f=-1; ch=getchar(); 阅读全文
posted @ 2020-07-31 23:13 akaku 阅读(87) 评论(0) 推荐(0)
摘要: Road To The 3rd Building Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 524288/262144 K (Java/Others)链接:http://acm.hdu.edu.cn/showproblem.php?pi 阅读全文
posted @ 2020-08-15 23:30 akaku 阅读(147) 评论(0) 推荐(0)