为啥本地跑飞快,交上去就T捏

P1001 A+B Problem

DGL__DGL_AFO @ 2024-04-20 16:26:12

#include<bits/stdc++.h>
#include<bits/stdc++.h>
using namespace std;
int a,b;
int res;
int ans;
int main()
{
    cin>>a>>b;
    //a=1;b=2;
    srand(time(0));
    while(res<=100000000)
    {
        res++;
        ans=rand();
        if(ans-a==b)
        {
            cout<<ans;
            return 0;
        }
    }

    return 0;
}

a=1,b=2;

本地:

3
--------------------------------
Process exited after 0.1829 seconds with return value 0
请按任意键继续. . .

洛谷


by monkeyinGD @ 2024-04-20 19:57:29

哇,粉兔楼下的楼下的楼下的楼下


by sunhaoyun @ 2024-04-21 10:14:50

?
小粉兔又不放假了


by sunhaoyun @ 2024-04-21 10:15:57

@小粉兔


by 小粉兔 @ 2024-04-22 04:24:32

@sunhaoyun 我只是“作为洛谷管理员”休假了,但是“作为洛谷用户”没有休假

相反,不需要处理管理事务的话,时间就更多了


by sunhaoyun @ 2024-04-22 15:22:07

@小粉兔 OK
& 小粉兔楼下


by Louis_lxy @ 2024-04-27 21:43:03

小粉兔楼下


by __youzimo2014__ @ 2024-07-23 11:40:46

小粉兔楼下的楼下的楼下


by SegmentTree_ @ 2024-08-06 10:36:48

小粉兔楼下的楼下的楼下的楼下


上一页 |