博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
POJ 3458 Colour Sequence
阅读量:5809 次
发布时间:2019-06-18

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

水题。

#include
#include
#include
const int maxn = 100 + 10;char s[maxn], v[maxn], h[maxn];int main(){ int T; scanf("%d", &T); while (T--) { scanf("%s", s); scanf("%s", v); scanf("%s", h); int len1 = strlen(s); int len2 = strlen(v); int tot = 0; for (int j = 0; j

 

转载于:https://www.cnblogs.com/zufezzt/p/5249324.html

你可能感兴趣的文章
我的友情链接
查看>>
Understanding Angular’s $apply() and $digest()
查看>>
逻辑题 三人聚会
查看>>
Yii中setAttributes用法注意
查看>>
Impala 表使用 RCFile 文件格式(翻译)
查看>>
elasticsearch ik中文分词器的使用详解
查看>>
HTTP状态码大全
查看>>
黑色星期五来袭,服务器优惠大全
查看>>
windows下查看端口情况
查看>>
42、mysql备份工具Xtrabackup实战
查看>>
pip自动生成requirements.txt依赖关系清单
查看>>
WIN7激活显示 系统保留分区未分配驱动器号,怎么分配?求解!!!!!
查看>>
windows下安装显卡驱动的方法
查看>>
Java web Session 监听类。
查看>>
jquery easyui 操作总结
查看>>
Vmware exsi嵌套虚拟化开启
查看>>
java注解的理解和实例
查看>>
条件注释判断浏览器<!--[if !IE]><!--[if IE]><!--[if lt IE 6]><!--[if gte IE 6]>
查看>>
Linux系统启动过程
查看>>
springMVC使用 @RequestBody接收对象含有日期时候报错
查看>>