这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《86求条(最后一个wa)》回复:
@[_xiaolvsi_](luogu://user/1073157)最后一个tle
在讨论《86求条(最后一个wa)》回复:
```cpp #include #include #include #include using namespace std; bool check1[30]; int n,s,ans=0,z=0,a[30]; bool b; void dfs(int step,int qian) { if (step>s) { b=…
在讨论《86求条(最后一个wa)》回复:
@[Shuhang_JOKER1](luogu://user/1366923)这样最后一个tle了```cpp #include #include #include #include using namespace std; bool check1[30]; int n,s,ans=0,z=0,a[30]; bool…
在讨论《86求条(最后一个wa)》回复:
@[zhangli828](luogu://user/1106298)check[0]=1; check[1]=1;这有啊
```cpp #include #include #include #include using namespace std; bool check[100000005],check1[30]; int n,s,ans=0,z=0,a[30]; void dfs(int step,int qian) { if (ste…
在讨论《84求条》回复:
谢谢大佬
```cpp #include #include using namespace std; long long a[80000005]; long long b[80000005],c[80000005]; long long n,s; bool check(long long t,long long t1) { if…
在讨论《TLE求助》回复:
@[gaohuashengtx](luogu://user/1375116)谢谢啊
在文章《题解 P1001 【A+B Problem 】》发表评论:
po
在讨论《60分,求教!!》回复:
@[xiandai_pengyuhe](luogu://user/1185634)是不是没有时时更新b的值,因为有添加的数等于零的情况,所以要更新位数
```cpp #include #include using namespace std; string str[100005]; int main() { char a; bool b=1; int i=0,c=0,da=0,xiao=0,shu=0,te=0,zong=0; while ((a=getchar())…
在文章《题解 P1001 【A+B Problem 】》发表评论:
qp
在讨论《求助》回复:
90分,第一个点错了
```c #include #include #include #include using namespace std; float a[100005],b[100005]; float mian(float x,float y,float z) { float o=0; o+=(x+y)*z/2; return o…
在讨论《40分求助》回复:
改了一下成五十了``` #include #include #include using namespace std; int main() { double yuan,zhuan; double n; char s,x,y,e,f; cin>>n; cin>>x>>y; if (y=='=') { cin>>y>>e…
```c #include #include #include using namespace std; int main() { double yuan,zhuan; double n; char s,x,y,e,f; cin>>n; cin>>x>>y; if (y=='=') { cin>>y>>e; if (e…
``` #include //str(函数).size() getline(cin,a) 函数.append(添加字符串,下标,个数) or (个数,'字符串') 函数.find查找 of rfind倒查找 替换 函数.replace(下标,个数,函数,下标,个数) #include // erase(下标,个数)or…
```c #include //str(函数).size() getline(cin,a) 函数.append(添加字符串,下标,个数) or (个数,'字符串') 函数.find查找 of rfind倒查找 替换 函数.replace(下标,个数,函数,下标,个数) #include // erase(下标,个数)o…
```c #include using namespace std; long long a[1000005],b[1000005]; int main() { long long n,s,t=0; cin>>n>>s; for (long long i=0;i >a[i]; } for (long long i=0;…
#include #include using namespace std; int a[30]={1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,4,1,2,3```c #include #include using namespace std; int a[30]={1,2,3,1,2,3,…
```c #include //str(函数).size() getline(cin,a) 函数.append(添加字符串,下标,个数) or (个数,'字符串') 函数.find查找 of rfind倒查找 替换 函数.replace(下标,个数,函数,下标,个数) #include // erase(下标,个数)o…
在讨论《永久封禁公告》回复:
qp
```c #include #include #include int a[100005]; char b,c; using namespace std; int main() { long long n,s=0,t=0,i=0,x=1000000; cin>>n; c=getchar(); for (int j=0;…