# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
244608 | 2020-07-04T12:09:24 Z | kimbj0709 | Political Development (BOI17_politicaldevelopment) | C++14 | 0 ms | 0 KB |
#include<bits/stdc++.h> using namespace std; #define int long long int32_t main(){ ios::sync_with_stdio(0); cin.tie(0);cout.tie(0); int no_of_people,k; cin >> no_of_people >> k; int input1; for(int i=0;i<no_of_people;i++){ cin >> input; if(input>=1){ cout << 2; return 0; } } cout << 1; }