博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
codeforces#281 A
阅读量:6167 次
发布时间:2019-06-21

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

脑子有点秀逗

1 #include
2 #include
3 #include
4 #include
5 #include
6 using namespace std; 7 int teama[120]={
0}; 8 int teamb[120]={
0}; 9 int main()10 {11 string away,home;12 cin>>home>>away;13 int n;14 cin>>n;15 for(int i=0;i
>time>>peo>>nu>>ca;20 if(peo=="h"){21 if(ca=="r"&&teama[nu]!=-1){22 cout<
<<" "<
<<" "<
View Code

 

转载于:https://www.cnblogs.com/vactor/p/4142298.html

你可能感兴趣的文章
学习 HTTP协议挺不错的一个类
查看>>
深入字节码 -- ASM 关键接口 MethodVisitor
查看>>
linux 文件权限
查看>>
Linux常用命令集合
查看>>
Oracle DML
查看>>
Linux - FHS文件系统层次标准
查看>>
报错:Invalid bound statement (not found)
查看>>
Linux GPT分区格式磁盘的相关操作
查看>>
通过Docker进程pid获取容器id
查看>>
L15.2 zabbix基础(2)组件说明介绍
查看>>
impdp 常见问题 10g/11g/12c 问题解决 ERIKXUE
查看>>
2013年1月工作小结 -- 上线后的懈怠
查看>>
敏捷宣言
查看>>
php Yii: 出现undefined offset 或者 undefined index解决方案
查看>>
Bash编程入门
查看>>
org.tinygroup.binarytree-二叉树
查看>>
5.6-全栈Java笔记:内部类的四种实现方式
查看>>
Linux微职位学习笔记-终端
查看>>
自己写了一个友盟推送的util
查看>>
Mapreduce 扫描hbase表建立solr索引
查看>>