这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《虽然AC了,但为啥for循环里后两个if语句一模一样》回复:
@[幽灵特工](/user/332549) 哦哦,谢谢
在讨论《蒟蒻求助,一个测试点TLE》回复:
@[Fее_cle6418](/user/390770) 是的
在讨论《蒟蒻求助,一个测试点TLE》回复:
打表打得手都废了 long long dabiao[788]= { 5, 7, 11, 101, 131, 151, 181, 191, 313, 353, 373, 383, 727, 757, 787, 797, 919, 929, 10301, 10501, 10601, 11311, 11411, 12421,…
在讨论《蒟蒻求助,一个测试点TLE》回复:
@[Fее_cle6418](/user/390770) ,@[繁星__终为空](/user/486731) ,我已经打表通过啦!
在讨论《蒟蒻求助,一个测试点TLE》回复:
@[Fее_cle6418](/user/390770) 好的,谢谢
在讨论《蒟蒻求助,一个测试点TLE》回复:
@[繁星__终为空](/user/486731) 好的,谢谢
在讨论《蒟蒻求助,一个测试点TLE》回复:
第9个测试点超时了。。。
``` #include using namespace std; long long a,b; bool huiwen(int x){ int y=x,num=0;//int y=x,防止x被改变 while (y!=0){ num=num*10+y%10;//上一次数字的记录进位再加上下一位数 y/=10; } i…
在讨论《求助,66分,有三个tle》回复:
@[过水已隐藏](/user/188389) ok,谢谢
在讨论《求助,66分,有三个tle》回复:
@[过水已隐藏](/user/188389) 如何优化?
在讨论《求助,66分,有三个tle》回复:
@[过水已隐藏](/user/188389) 所以应该怎么改
``` #include using namespace std; char ch[62515]; int win,lose,n;//win代表胜利场数,lose代表失败场数,n储存ch数组的长度 int main(){ while(cin>>ch[n]){//输入 if(ch[n]=='E')break;//输入到E…
``` #include using namespace std; int a,b; bool zhishu(int x){ for(int i=2;i*i >a>>b; for(int i=a;i<=b;i++) if(zhishu(i) && huiwen(i)){ cout<<i<<endl; } return…
在讨论《洛谷奖项认证功能》回复:
前排