hiho1258 Osu! Master

Posted As3asddd

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hiho1258 Osu! Master相关的知识,希望对你有一定的参考价值。

题目链接:http://hihocoder.com/problemset/problem/1258

题目大意:看能连击的次数

思路:水 看有多少个1和s就好了

 1 #include <stdio.h>
 2 #include <string.h>
 3 #include <iostream>
 4 using namespace std;
 5 char str[10];
 6 const int maxn=10000;
 7 int main(){
 8     int n;
 9     //freopen("C:\\Users\\acm\\Desktop\\2015Beijing\\in.txt","r",stdin);
10     while(scanf("%d",&n)!=EOF){
11         int cnt=0,x;
12         for(int i=1;i<=n;i++){
13             scanf("%s",str);
14             if(str[0]==S) cnt++;
15             else {
16                 scanf("%d",&x);
17                 if(x==1) cnt++;
18             }
19         }
20         printf("%d\n",cnt);
21     }
22     return 0;
23 }

 

以上是关于hiho1258 Osu! Master的主要内容,如果未能解决你的问题,请参考以下文章

区间DP code[vs]1258 关路灯

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

Xcode中的变量模板(variable template)的用法

poj 1258

POJ-1258-Agri Ned