On ne trouve pas le sens de la vie dans la vie elle-même. Il faut la chercher ailleurs.
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《洛谷基础赛 #27 &「S4OI」Round 1 赛时答疑帖》回复:
qp
```cpp #include using namespace std; const int N = 1e5 + 10; #define long long __int128 long long a[N]; int b[N], c[N], t[N], p[N], fa[N]; int n, ta, tb; bool v…
在讨论《梦熊周赛作弊名单》回复:
qp
在讨论《45分求调》回复:
@[hlc110516](luogu://user/1668300) 谢谢
```cpp #include using namespace std; int n, m, maxx = -1, maxy = -1; int a[5005][5005]; int f[5005][5005]; int main() { cin >> n >> m; int t = n; while (t--) {…
```cpp #include using namespace std; int a[100050]; int dpmax[180050][1050]; int dpmin[180050][1050]; inline int read() { int x=0,f=1;char ch=getchar(); while (…
``` #include using namespace std; int a[100005]; int dp[100005][1005]; inline int read() { int x=0,f=1;char ch=getchar(); while (ch '9'){if (ch=='-') f=-1;ch=ge…
在讨论《90分求dalao改!!!》回复:
@[xuyixuan_123](luogu://user/1176398) ```cpp #include #include using namespace std; int n; struct stu { string name; int id,a,b,c,zong; }a[1005]; bool cmp(stu x…
```cpp #include using namespace std; int w[105],v[105]; int f[1005]; int main() { int t,n; cin>>t>>n; for(int i=0;i >w[i]>>v[i]; } for(int i=0;i =w[i];j--) { f[…