这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
进入主站 权限多次比赛违规
在讨论《50分求调,@That_Moon,(@是为了让这位大佬改,无恶意)》回复:
@[ThatMoon](luogu://user/961045) 感谢大佬
在讨论《50分求调,@That_Moon,(@是为了让这位大佬改,无恶意)》回复:
@[bzd_oik](luogu://user/1150796) 我错了别举报我了,我就想过道题,我爱洛谷,I LOVE LOUGU
``` #include using namespace std; const int N = 1e7 + 10; long long n, x; long long a[N]; long long ans; int main() { scanf("%lld%lld", &n, &x); for (long long…
``` #include using namespace std; const int N = 1e7 + 10; long long n, x; long long a[N]; long long ans; int main() { scanf("%lld%lld", &n, &x); for (long long…
``` #include using namespace std; const int N = 1e7 + 10; long long n, x; long long a[N]; long long ans; int main() { scanf("%lld%lld", &n, &x); for (long long…
``` #include using namespace std; const int N = 1e7 + 10; long long n, x; long long a[N]; long long ans; int main() { scanf("%lld%lld", &n, &x); for (long long…
在讨论《样例不过,30分无超时,求调,回复必关》回复:
@[sunqiwen](luogu://user/1646989)https://www.luogu.com.cn/record/227378675
在讨论《样例不过,30分无超时,求调,回复必关》回复:
@[sunqiwen](luogu://user/1646989)我刚调完,也是90分
在讨论《样例不过,30分无超时,求调,回复必关》回复:
@[sunqiwen](luogu://user/1646989)用暴搜加最优化剪枝应该是可以吧
``` #include using namespace std; int book[100], a[100]; double minn = INT_MAX; int n; double ans,sum; struct w { double x, y; } f[100]; double m(double a1, dou…
``` #include using namespace std; int al; int book[10000][10000]; int a,c,ans; char b[10000][10000]; int step[4][2]={{0,1},{1,0},{0,-1},{-1,0}}; struct bode { i…
``` #include #include using namespace std; const int N=1e8+10; char a1[N],b1[N],c1[N]; long long a[N],b[N],c[N]; void fxdp(long long a[],char b[],int n) { for(i…
在讨论《样例过了,两个红,求调》回复:
@[KarmaticEnding](luogu://user/642173) 谢谢大佬,已AC,这么善良的大佬必须关注
在讨论《样例过了,两个红,求调》回复:
@[KarmaticEnding](luogu://user/642173) 33分@-@
在讨论《样例过了,两个红,求调》回复:
@[KarmaticEnding](luogu://user/642173) 怎么清空栈?@-@
在讨论《样例过了,两个红,求调》回复:
@[KarmaticEnding](luogu://user/642173) 我不会开@-@
在讨论《样例过了,两个红,求调》回复:
@[ridewind2013](luogu://user/1401911)@[ridewind2013](luogu://user/1401911) 33分
在讨论《样例过了,两个红,求调》回复:
@[ridewind2013](luogu://user/1401911) 还是不行@-@ ``` #include #define int unsigned long long using namespace std; const int N = 2e2+60; long long TOP=0,a[N]; bool…
在讨论《样例过了,两个红,求调》回复:
@[ridewind2013](luogu://user/1401911)@[ridewind2013](luogu://user/1401911) ``` 这样吗? #include using namespace std; const int N = 2e2+60; long long TOP=0,a[N]; bo…
在讨论《样例过了,两个红,求调》回复:
@[Zheng_iii](luogu://user/938374)大佬我不会开@—@
``` #include using namespace std; const int N = 2e2+60; int TOP=0,a[N]; bool empty() { return TOP==0; } void push(int x) { a[++TOP]=x; } void pop() { TOP--; } i…
在讨论《80分》回复:
```c #include using namespace std; bool ab(long long t) { if (t == 1) { return 0; } else if (t == 2) { return 1; } for (int i = 2; i * i > x >> y; if(x>y) { swa…
在讨论《90》回复:
```c #include #include using namespace std ; bool yzh(int t) { if(t 0) { b = b * 10 + (t % 10) ; t /= 10 ; } return b ; } int main() { int m , n , flag = 1 ; sc…
在讨论《re 80的看过来》回复:
@[ruik](luogu://user/1241014)厉害,已AC
```cpp #include #include #include using namespace std; string a[105]; int main() { string s; int n=0; while(cin>>s) { a[n++]=s; } for(int i=1;i<=n-2;++i) { if(a…