hi,everyone
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《我太难了》回复:
但依旧全WA
在讨论《我太难了》回复:
改一下代码: ```cpp #include #include using namespace std; int a[3020]; int n; bool findd(int q) { for(int i=0;i >n; for(int i=1;i 0&&!findd(a[i-1]-i)) { a[i]=a[i-1]-…
在讨论《我太难了》回复:
@[Tiffake](luogu://user/928604)不对啊, 变成全WA了 代码: ```cpp #include #include using namespace std; int a[3020]; int n; bool findd(int q) { for(int i=0;i >n; a[0]=1; f…
在讨论《我太难了》回复:
@[Tiffake](luogu://user/928604) 感谢,已关
只有第一个测试点AC,其余均WA,求正确代码,正确必关 [rt](https://www.luogu.com.cn/record/199240356) 错误代码: ```cpp #include #include using namespace std; bool findd(int s[],int n,int lng…
```cpp #include #include using namespace std; string sum(string s[],int b,int e) { string a; for(int i=b;i a[j])return false; } } return true; } void m() { int…
在讨论《我怎么就过不了呢?(100分)》回复:
@[ruo_aqueous](luogu://user/1392551) ok
在讨论《我咋了???》回复:
@[4041nofoundGeoge](luogu://user/1285950)thank you,已关
[测评结果](https://www.luogu.com.cn/record/198238034) ```cpp #include using namespace std; long um(long s,long e,long a[]) {long sum=0; for(int i=s;i >n>>k; long a[…
在讨论《求调,最后一个点WA》回复:
@封禁用户@封禁用户
在讨论《我怎么就过不了呢?(100分)》回复:
@[mcturtle](luogu://user/823830) 那我该怎么优化呢?
AC10个点,其余均TLE 代码: ```cpp #include #include using namespace std; int i,j,k,x,n,maxx,m,a[1000000],b[1000000],h[1000000]; int main() { i=1;n=0;m=0; while (cin>>a[i…
在讨论《0分求救!!!!》回复:
@[pjh0625](luogu://user/1339889) 感谢,已AC
在讨论《为什么我错了呢?》回复:
@[lyh0217](luogu://user/555798) 那不换算法怎么做?
在讨论《为什么我错了呢?》回复:
@[lyh0217](luogu://user/555798) 找分割点用
# ***B4066*** 0分求AC代码 我的代码: ```cpp #include #include using namespace std; int main() {int ma=1e9,mi=-1e9; int n,k; int num[100001]; cin>>n>>k; for(int i=0;i >nu…
在讨论《为什么我错了呢?》回复:
@[lyh0217](luogu://user/555798) 不过双层for循环超时啊
在讨论《为什么我错了呢?》回复:
@[lyh0217](luogu://user/555798) ok
# B4039 我的代码: ```cpp #include #include #include #include #include using namespace std; bool di(string a,string b) {if(a.length()!=b.length())return false; for(i…