博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
PAT A1121
阅读量:6244 次
发布时间:2019-06-22

本文共 554 字,大约阅读时间需要 1 分钟。

clipboard.png

水题,但是通过这一题需要改进一点;

对于hash赋初值的时候一定要谨慎一点,不要随便赋值0,视输入的数据而定;

#include
#include
#include
#include
#include
using namespace std;using std::vector;using std::set;const int maxn=100100;int mem[maxn]={-1};bool vis[maxn]={false};vector
output;set
out;int main(){ int n; int a,b; scanf("%d",&n); for(int i=0;i
::iterator it=out.begin();it!=out.end();it++){ if(f){ printf("%05d",*it); f=false; } else printf(" %05d",*it); } system("pause"); return 0;}

转载地址:http://hvpia.baihongyu.com/

你可能感兴趣的文章
在oracle中恢复一个表的数据到某个时点
查看>>
我的友情链接
查看>>
maven环境快速搭建
查看>>
我的友情链接
查看>>
半导体产业的根基:晶圆是什么
查看>>
PHP页面刷新
查看>>
数据库之变迁
查看>>
DICOM协议中有关打印的内容
查看>>
lsmod
查看>>
server 2003 IIS无法访问asp页面,但是可以访问html静态页面
查看>>
totem成为万能播放器
查看>>
常用CSS记录
查看>>
我的友情链接
查看>>
DNS介绍和原理
查看>>
使用JIRA搭建企业问题跟踪系统3
查看>>
如何定位消耗CPU最多的线程
查看>>
Linux PAM 之cracklib模块
查看>>
buffer && cache
查看>>
Mockito
查看>>
android闹钟实现原理
查看>>