wuyu6688 ---> Punish_ovo, 直面恐惧 斩断循环 拥抱过去 创造未来
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《50分答案没错啊,求调》回复:
@[HarryPotter_LG](luogu://user/1999419) https://oi-wiki.org/math/bignum/#%E5%AE%9A%E4%B9%89
在讨论《50分答案没错啊,求调》回复:
@[HarryPotter_LG](luogu://user/1999419)高精度,不是开long long 就能解决
在讨论《50分答案没错啊,求调》回复:
@[HarryPotter_LG](luogu://user/1999419)要用高精度
在讨论《关于写法:》回复:
我去,不早说!
在讨论《听取WA声一片》回复:
@[wangqiubai666](luogu://user/1639560)要求求的是之和,一定要仔细读题qwq,~~求关~~
在讨论《听取WA声一片》回复:
``` #include using namespace std; int main() { int a,b; cin>>a>>b; int sum=0; for (int i = a + 1; i <= b - 1; i++) { if (i % 400 == 0 || (i % 4 == 0 && i % 100…
在讨论《问明明都AK了为啥不显示???》回复:
@[Tom112233](luogu://user/1749632)呃,那到第二天应该就好了,~~话说影响也不大吧~~
在讨论《问明明都AK了为啥不显示???》回复:
不行的话,过一会就好了
在讨论《问明明都AK了为啥不显示???》回复:
@[Tom112233](luogu://user/1749632)Ctrl+F5强制刷新
在讨论《建议调回绿》回复:
@[g_ggg](luogu://user/1221295) https://www.luogu.com.cn/discuss/1231722
在讨论《p5708》回复:
@[redbean0108](luogu://user/1457029)bro...建议紫衫
在讨论《WA40pts十重循环求条》回复:
夺少??
在讨论《双倍经验》回复:
居然有两个管理员,还有三个金钩,赶紧前排
在讨论《Help!》回复:
``` #include using namespace std; int main() { double s = 0, g;//改成double cin >> g; string s1, s2; cin >> s1 >> s2; for (int i = 0; i = g ? "yes" : "no") << end…
在讨论《有没有人帮帮我》回复:
``` #include using namespace std; int main(){ long long t; cin>>t; for(int i=1;i >x; long long cnt=0; do { cnt+=x%10; x=x/10; }while(x); if(cnt%7!=0)//这 { cout<…
在讨论《关于__int128_t》回复:
hqlm,~~有望超越UKE~~
在讨论《70分 打标求助》回复:
@[Lzq_LZQ_](luogu://user/1420005)哥,不至于吧... ``` pow(a,b) ``` 这个是a的b次方,建议用这个
在讨论《解决必关v^v(0分)》回复:
``` #include using namespace std; int main(){ int a; cin>>a; int sum=0; for(int i=a;i>=1;i--){ int fac=1;//定义累乘器 for(int j = i;j>=1;j--){ fac *= j;//累乘 } sum +=…
在讨论《60》回复:
@[chengxuyao](luogu://user/1942340)用分治,当然,用cin,cout加上 ``` ios::sync_with_stdio(0); cin.tie(0); ``` 也行
在讨论《60》回复:
@[chengxuyao](luogu://user/1942340)是的
在讨论《80分,求条》回复:
@[kzt2013](luogu://user/1803684)开long long ``` #include using namespace std; long long n,a[100005],k,b[100005],c[100005],s,t; long long xc,tk; int main(){ cin>>…
在讨论《有没有冒泡的》回复:
@[wyp20130701_是一个蒟蒻](luogu://user/1242208)因为这题是用来练习排序的,~~虽然我也是用的是sort~~
在讨论《求救关于GESP5级》回复:
@[_Amy](luogu://user/1012285)现在都这么卷了吗qwq
在讨论《求救关于GESP5级》回复:
@[_Amy](luogu://user/1012285)你才五年级,还早
在讨论《数据范围有误》回复:
@[Perlica](luogu://user/1958720)100000 < 98765?
在讨论《请大家帮忙看看(*^▽^*)》回复:
``` #include using namespace std; int n,m,k,z[10000000],ans=0;//数组开大点 int find(int x){ if(x!=z[x]){ return find(z[x]); } return z[x]; } int main(){ cin>>n>>m>>k…
在讨论《把我发禁言得了》回复:
@[yinlv](luogu://user/1811876)你是装傻还是真傻?
在讨论《再发一遍》回复:
@[yinlv](luogu://user/1811876)哥们不想被管理整治就别发了...
在讨论《补一下注释》回复:
hyw
在讨论《对于这道题的个人思路解答》回复:
(暂无内容)