inline __int128 read()
{
int X=,w=; char ch=;
while(!isdigit(ch)) {w|=ch=='-';ch=getchar();}
while(isdigit(ch)) X=(X<<)+(X<<)+(ch^),ch=getchar();
return w?-X:X;
}
inline void print(__int128 x)
{
if(x<){putchar('-');x=-x;}
if(x>) print(x/);
putchar(x%+'');
}

最新文章

  1. Mac地址
  2. [WPF系列]-TreeView的常用事项
  3. tyvj1098 任务安排
  4. WP8 MediaElement 实现循环播放
  5. C++的函数名重载
  6. 链表操作----将单链表向右旋转 K 个位置
  7. ASP.net MVC3 报错&quot;未找到视图“Index”或其母版视图,或没有视图引擎支持搜索的位置 &quot;的解决方法
  8. SVN补充
  9. Mybatis案例
  10. HDU-1009(简单贪心)
  11. collectionViewFlow的界面编写
  12. Monkey log分析说明
  13. 通过代码设置radiobutton不同方位图标的两种方法
  14. POJ 2446 Chessboard
  15. Qt 操作 pdf 文件
  16. springmvc(四) springmvc的数据校验的实现
  17. 开源项目Druid的提取SQL模板
  18. linux查看空间情况----df与du命令
  19. python中的顺序表
  20. F - Unix ls

热门文章

  1. Elasticsearch运维经验总结
  2. 【IntelliJ IDEA学习之三】IntelliJ IDEA常用快捷键
  3. 【python学习案例】python判断自身是否正在运行
  4. in 和 exists的区别
  5. Atlassian JIRA 插件开发之一 环境搭建
  6. 认识一下microbit扩展板robotbit
  7. Faker伪数据生成
  8. 『线段树及扫描线算法 Atlantis』
  9. linux启动tomcat很久或者很慢Tomcat启动时卡在“INFO: Deploying web application directory ......”的解决方法
  10. 关于Svn服务总是链接异常