小怪怪很酷
小怪怪很酷
全部文章
题解
归档
标签
去牛客网
登录
/
注册
小怪怪很酷的博客
全部文章
/ 题解
(共1篇)
题解 | #耕种时间到!#
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' signed main(){ int n; cin>>n; vector<i...
C++
2024-05-09
1
300