这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《啊!救救我吧!20分!》回复:
@[SunXiaolang](/user/1385390) 谢谢! **已关**
```c #include using namespace std; bool zhishu(int zs){ for(int j=2;j >n; for(int i=2;h =n){ cout<<c; return 0; } } } } ```
在讨论《求调,60分,其余全超时。》回复:
@[yuechenxi130407](/user/1379071) ...... **懂了,谢谢**
在讨论《求调,60分,其余全超时。》回复:
@[yuechenxi130407](/user/1379071) 你不用判断质数吗?
```c #include using namespace std; bool zhishu(int zs){ for(int j=2;j 1){ return 1; } } } int main(){ long long n; cin>>n; for(int i=n-1;i>=2;i--){ if(zhishu(i)…
在讨论《请问为什么全是wa,测试样例过了》回复:
```c #include using namespace std; int a[19]; int main(){ long long n,a,h1=0,h2=0,c1=0,c2=0; cin>>n>>a; for(int i=1;i<=n;i++){ if(i%a!=0){ h1+=i; c1++; }else{ h…
在讨论《80分求调》回复:
**......简洁一些不好吗?** ```c #include using namespace std; int main(){ long long a,c=0; cin>>a; while(a){ c=c*10+a%10; a=a/10; } cout<<c; return 0; } ```
在讨论《最后3点超时啊!求解》回复:
**感谢帮助!**
```c #include using namespace std; bool zhishu(int zs){ for(int i=2;i 1){ return 1; } } bool huiwenshu(int hws){ int h=0,y=hws; while(hws){ h=h*10+hws%10; hws=h…