http://acm.hdu.edu.cn/showproblem.php?pid=4706

水题,也不知道有没有spj

// <4706.cpp> - 11/03/16 14:11:21
// This file is made by YJinpeng,created by XuYike's black technology automatically.
// Copyright (C) 2016 ChangJun High School, Inc.
// I don't know what this program is. #include <iostream>
#include <cstdio>
using namespace std;
int main()
{
freopen("4706.in","r",stdin);
freopen("4706.out","w",stdout);
printf("a e\nbdf\nc g\n");
printf("h n\ni mo\njl p\nk q\n");
printf("r z\ns ya\nt x b\nuw c\nv d\n");
printf("e o\nf np\ng m q\nh l r\nik s\nj t\n");
printf("u g\nv fh\nw e i\nx d j\ny c k\nzb l\na m\n");
printf("n b\no ac\np z d\nq y e\nr x f\ns w g\ntv h\nu i\n");
printf("j z\nk ya\nl x b\nm w c\nn v d\no u e\np t f\nqs g\nr h\n");
printf("i a\nj zb\nk y c\nl x d\nm w e\nn v f\no u g\np t h\nqs i\nr j\n");
return 0;
}

最新文章

  1. PKCS#1规范阅读笔记1--------基本概念
  2. 向python文件传递参数
  3. JAVA中怎么处理高并发的情况
  4. 修改shell 将当前shell(默认是bash B SHELL )改为csh C SHELL
  5. mvc-1mvc和类(2)
  6. recovery编译汉化源码开源地址
  7. 《think in python》学习-10
  8. _视图控制对象生命周期-init、viewDidLoad、viewWillAppear、viewDidAppear、viewWillDisappear等的区别及用途
  9. 临界段CCriticalSection的使用
  10. 转:设置HtmlUnitDriver代理及处理用户验证有关问题
  11. Django学习中遇到的问题(1)django migration No migrations to apply
  12. JS中replace()用法举例
  13. 【安富莱专题教程第2期】uC/Probe简易使用说明,含MDK和IAR,支持F103,F407和F429开发板
  14. [Swift]LeetCode805. 数组的均值分割 | Split Array With Same Average
  15. Oracle 同义词(Synonym)
  16. Scala学习(五)练习
  17. tomcat能正常启动但是访问项目的welcome界面出现404
  18. Executors.newSingleThreadScheduledExecutor();线程池中放入多个线程问题
  19. Python&#160;基于Python实现邮件发送
  20. Retrofit使用指南

热门文章

  1. Python之文件处理-批量修改md文档内容
  2. LeetCode(4)Median of Two Sorted Arrays
  3. Mac os安装MySQL数据库,系统提示mysql: command not found该怎么办
  4. 技能CD 效果 shader
  5. PyUV: Python高性能网络库
  6. spark streaming 踩过的那些坑
  7. android 上AES解密是报错javax.crypto.BadPaddingException: pad block corrupted
  8. c#中的委托和事件详细学习【分6页学习】
  9. Servlet开发(3)
  10. Redundant Paths-POJ3177(强连通缩点)