您当前的位置: 首页 > 

AtCoder Beginner Contest 180

*DDL_GzmBlog 发布时间:2021-03-23 15:13:50 ,浏览量:6

传送门

A.日常签到题 B.细节模拟题

. Each value in your print will be accepted when its absolute or relative error from the correct value is at most 10-9

这句话指的是输出的小数点至少要超过9位

C题输出给定(LL)范围内的所有约数

直接上模板

#include 
#include 
#include 

using namespace std;
typedef long long ll;
vector get_divisors(ll x)
{
    vector res;
    for (ll i = 1; i > x;
        auto res = get_divisors(x);

        for (auto x : res) cout >b;
    ull ans = 0;
    y--;
    while(a            
关注
打赏
1688896170
查看更多评论
0.0534s