博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Round#534 div.2-B Game with string
阅读量:4953 次
发布时间:2019-06-12

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

唔,第一次参加,掉了好多分。

http://codeforces.com/contest/1104/problem/B

不用考虑太多,string真的好厉害。

1 #include
2 #include
3 #include
4 #include
5 #include
6 #include
7 #include
8 #include
9 #include
10 #include
11 #include
12 #include
13 #define mem(a) memset(a,0,sizeof(a))14 #define LL long long15 using namespace std;16 const int N=1e2+5;17 int a[N],n;18 string s;19 int main()20 {21 getline(cin,s);22 int sum=0;23 for(size_t i=0;i
View Code

 

转载于:https://www.cnblogs.com/XXrll/p/10307272.html

你可能感兴趣的文章
HTML5移动Web开发
查看>>
【linux】- nohup 和 &
查看>>
最大熵模型 二
查看>>
[Freemarker]自定义时间戳函数
查看>>
selenium鼠标悬停
查看>>
appium api 文档
查看>>
pathon连接mysql->AttributeError: 'str' object has no attribute 'decode'
查看>>
Salt-ssh批量部署minion
查看>>
iOS学习笔记 ——Trip to iOS
查看>>
[开发笔记]UIApplication介绍
查看>>
GPIO外部中断
查看>>
ios 第三方qq授权登陆,第一次登陆后,再次登陆,失效
查看>>
扔鸡蛋问题具体解释(Egg Dropping Puzzle)
查看>>
express: command not found.
查看>>
TinyXml高速入门(一)
查看>>
点击表格的单元格时实现变颜色,通过for循环为每个单元格添加一个onclick事件...
查看>>
webform Response的一些成员
查看>>
Countries in War(强连通分量及其缩点)
查看>>
Eclipse中用Link方式安装Maven插件(转载)
查看>>
Android菜鸟的成长笔记(11)——Android中的事件处理
查看>>