这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助!22分,哪里错了?》回复:
@[zhizhi_c](/user/768144) 好的,谢谢
在讨论《关于因紧张而睡不着》回复:
我去年考36,感觉要AFO了
在讨论《分享一个自建主题(动态)(确定不看看吗)》回复:
@[flj2008](/user/301036) 应用了
在讨论《警示后人(90分的请进)》回复:
@[xzy112358](/user/709835) 一样就输出Bob
```cpp #include #define pii pair using namespace std; const int N = 1e6 + 5, mod = 100003; priority_queue , greater > q; int n, m, c[N], d[N], x, y; bool f[N];…
在讨论《求助!34分,有几个点WA了,哪错了?》回复:
不行的
在讨论《疑惑不解》回复:
懂了
在讨论《疑惑不解》回复:
谢谢
为什么下面这个代码是78分 ```cpp #include using namespace std; struct node { int qd, zd, qz; }a[50005]; int b[1505], n, m; int main() { memset(b, -0x3f, sizeof(b)); cin >>…
```cpp #include using namespace std; long long a, b, s, ans, mod = 1e8; long long qpow(long long x, long long y) { long long s = 1; while(y) { if(y & 1) { s = (…
```cpp #include using namespace std; const int N = 4e4 + 5, NN = 2e6 + 10; int n, a[N], mi = 1e7, mx = -1, l, s, xb; struct node { int pre, next, num; }lb[NN];…
```cpp #include using namespace std; string x, y; void dfs(string x, string y) { char c = x[0]; int s = x.find(c), len = x.size(); if(s != 0) { dfs(x.substr(1,…
```cpp #include using namespace std; int n, s1, s2, s = 1, t = 1, a[10005], b[10005], x; double st, sd; char c; int main() { cin >> n; for(int i = 1; i > c; if(…