码迷,mamicode.com
首页 > 其他好文 > 详细

Sonya and Exhibition

时间:2018-07-07 13:54:17      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:等于   http   cin   out   ace   pac   else   string   names   

 

 

http://codeforces.com/group/1EzrFFyOc0/contest/1004/problem/B

 1 #include<iostream>
 2 #include<cstdio>
 3 #include<algorithm>
 4 #include<cstring>
 5 using namespace std;
 6 
 7 int main()
 8 {
 9     int n,m;
10     cin>>n>>m;
11     int a,b;
12     for(int i=1;i<=m;i++)
13         cin>>a>>b;
14     for(int i=1;i<=n;i++)
15         if(i&1)
16             cout<<1;  //使每一个区间都最大,使1的数量尽量等于0的数量。
17         else
18             cout<<0;
19 }

 

Sonya and Exhibition

标签:等于   http   cin   out   ace   pac   else   string   names   

原文地址:https://www.cnblogs.com/thunder-110/p/9276977.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!