Edeitorial :D
A. Фафа и его компания
B. Простой XML
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3611 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | Radewoosh | 3415 |
| 8 | Um_nik | 3376 |
| 9 | maroonrk | 3361 |
| 10 | XVIII | 3345 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 145 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 141 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 135 |
| 7 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 132 |
contest day#1 editorial
Edeitorial :D
#include<bits/stdc++.h>
using namespace std;
int main(){
int n, cnt = 0;
cin >> n;
for(int i=1; i<n; i++){
if((n-i)%i == 0) cnt++;
}
cout << cnt;
}
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin >> n;
}
| Rev. | Lang. | By | When | Δ | Comment | |
|---|---|---|---|---|---|---|
| en3 |
|
ContestEveryday | 2022-01-21 04:44:32 | 48 | ||
| en2 |
|
ContestEveryday | 2022-01-21 04:43:51 | 71 | (published) | |
| ru5 |
|
ContestEveryday | 2022-01-21 04:43:17 | 26 | Мелкая правка: '**Разбор**\n\n<spoil' -> '[contest:364982]\n\n<spoil' (опубликовано) | |
| ru4 |
|
ContestEveryday | 2022-01-20 16:16:27 | 1 | ||
| ru3 |
|
ContestEveryday | 2022-01-20 11:30:14 | 7 | ||
| en1 |
|
ContestEveryday | 2022-01-20 06:45:42 | 6816 | Initial revision for English translation (saved to drafts) | |
| ru2 |
|
ContestEveryday | 2022-01-20 06:42:07 | 6566 | Мелкая правка: '**Edeitorial :D**\n\n<spo' -> '**Разбор**\n\n<spo' | |
| ru1 |
|
ContestEveryday | 2022-01-19 18:49:34 | 458 | Первая редакция (сохранено в черновиках) |
| Name |
|---|


