这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《还没考一级但八级会但TLE》回复:
## 无语,效率提高了,但WA了 ```cpp #include using namespace std; int j(int s){ int d=s%10,f=s/10,g=d*10+f,h=f*10+d; for(int i=2;i >a>>b; for(int i=a;i<=b;i++){ j(i); } ret…
谁能帮忙提升运行速度?? 代码: ```cpp #include using namespace std; int j(int s){ int d=s%10,f=s/10,g=d*10+f,h=f*10+d; for(int i=2;i >a>>b; for(int i=a;i<=b;i++){ j(i); } ret…