随笔分类 -  快写

摘要:void write(LL x) { if(x9) write(x/10); putchar(x%10+'0'); } 阅读全文
posted @ 2019-05-14 20:13 执||念 阅读(370) 评论(0) 推荐(0)