WRLD
WRLD
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
WRLD的博客
全部文章
(共1篇)
题解 | #The heap of socks#
纯纯的玩样例 #include<bits/stdc++.h> using namespace std; const int N=1000000; int main(){ int T; cin>>T; for(int i=0;i<T;i++){ ...
2023-05-03
1
152