It is a very sad day today. Google has announced that there won't be Kickstart, code Jam and Hash Code round anymore.
But I have a doubt that there will be no contests happen in future, or for this year only?
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 3993 |
2 | jiangly | 3743 |
3 | orzdevinwang | 3707 |
4 | Radewoosh | 3627 |
5 | jqdai0815 | 3620 |
6 | Benq | 3564 |
7 | Kevin114514 | 3443 |
8 | ksun48 | 3434 |
9 | Rewinding | 3397 |
10 | Um_nik | 3396 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 155 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
10 | djm03178 | 152 |
It is a very sad day today. Google has announced that there won't be Kickstart, code Jam and Hash Code round anymore.
But I have a doubt that there will be no contests happen in future, or for this year only?
I think Due to recession and mass layoffs all the google coding competitions delayed.. Then what about Hacker Cup and ICPC they too.
[contest:https://codeforces.net/contest/1749] [Educational codeforces round :138] Problem A: cowardly rook
using namespace std ; int main(){ int t; cin>>t; while(t--){ int n,m; cin>>n>>m; for(int i=0;i<m;i++){ int a,b; cin>>a>>b; } if(m<n){ cout<<"YES"<<endl; } else{ cout<<"NO"<<endl; } }
return 0;
}
23A - Дана строка... 176341384
using namespace std; int main(){
int t; cin>>t; while(t--){ int n,k; cin>>n>>k; int cnt0=0; int arr[n]; for(int i=0;i<n;i++){ cin>>arr[i]; if(arr[i]==0){ cnt0++; } } if(cnt0==n){ cout<<"NO"<<endl; } else{ cout<<"YES"<<endl; } }
return 0; }
Название |
---|