博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HDU 1230 火星A+B
阅读量:6901 次
发布时间:2019-06-27

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

题目链接:

水题模拟一道,主要考验代码能力,刷完题就感觉自己还是太弱了。

1 #include
2 #include
3 #include
4 #include
5 #include
6 using namespace std; 7 char a[100],b[100]; 8 int L,now,prime[27],A[26],B[26]; 9 bool f[100]; 10 void init() 11 { 12 int k,N=1,j=4; 13 memset(f,false,sizeof(f)); 14 for(int i=2;N<=26&&i<=101;i++) 15 { 16 // cout<
<<' '<
<
0;i--) 89 { 90 if(first) 91 { 92 first=false; 93 printf("%d",ans[i]); 94 } 95 else 96 printf(",%d",ans[i]); 97 } 98 cout<
View Code

 

转载于:https://www.cnblogs.com/wuwing/p/3465741.html

你可能感兴趣的文章
centos 安装部署docker与局域网主机相通详细配置
查看>>
老鸟经验谈linux运维人员到底要不要考linux认证
查看>>
solr配置
查看>>
CSS HACK 区别于ie6/7/8/firefox的小问题
查看>>
编译一个可以用Qemu进行Debug的Linux Kernel:
查看>>
linux 服务器 keras 深度学习环境搭建
查看>>
xshell+xmanager远程linux图形化界面
查看>>
布局模型
查看>>
我的友情链接
查看>>
jquery 实现复选框 全选/反选
查看>>
我的友情链接
查看>>
http://www.mossle.com/wiki/13.lemon-devguide/0008.modeler
查看>>
UI自动化测试之selenium(3)——采坑填坑集
查看>>
全美五大最创新的公司
查看>>
传微软将于明年推出Linux版Office
查看>>
后LHC时代对撞机:瞬间输出能量超全球电力千倍
查看>>
Leetcode#75Sort Colorsetcode
查看>>
3月30日作业
查看>>
公司电话突然不能打外线故障处理过程
查看>>
Windows Server 2008流媒体服务器---创建播放列表
查看>>