睦头人q
睦头人q
全部文章
分类
题解(6)
归档
标签
去牛客网
登录
/
注册
睦头人q的博客
全部文章
(共4篇)
题解 | #机器翻译#
```#include <iostream> #include <vector> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); in...
C++
模拟
2026-05-06
0
11
题解 | #多项式输出#
#include <algorithm> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(0);cout.tie(0); int n; if( cin >> n &...
C++
模拟
2026-05-05
0
13
题解 | #[JLOI2011]不重复数字#
#include <bits/stdc++.h> using namespace std; void solve(){ int n; cin&g...
C++
哈希表
2026-04-26
0
15
题解 | #排列式#
#include <bits/stdc++.h> using namespace std; bool check(int x ,int y ,int z){  ...
C++
2026-04-25
0
16