math
Tizzii
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Sweet Problem CodeForces - 1263A
一、内容二、思路三、代码#include <cstdio>#include <algorithm>#include <iostream>using namespace std;int n, a[3];int main() { scanf("%d", &n); for (int i = 1; i <= n; i++) { sc...原创 2019-12-05 12:39:30 · 504 阅读 · 0 评论 -
Everyone is a Winner! CodeForces - 1263C
一、 内容On the well-known testing system MathForces, a draw of n rating units is arranged. The rating will be distributed according to the following algorithm: if k participants take part in this event,...原创 2019-12-05 11:51:55 · 623 阅读 · 0 评论
分享