您当前的位置: 首页 > 

*DDL_GzmBlog

暂无认证

  • 4浏览

    0关注

    605博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

AtCoder Beginner Contest 180

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

传送门

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            
关注
打赏
1657615554
查看更多评论
0.0394s