Sonya and Exhibition

Posted thunder-110

tags:

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

 

 

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的主要内容,如果未能解决你的问题,请参考以下文章

Codeforces 1004F Sonya and Bitwise OR (线段树)

D - Sonya and Matrix

D - Sonya and Matrix

Sonya and Robots

E. Sonya and Ice Cream(开拓思维)

Codeforces 714 C. Sonya and Queries (思维)