吉他声声木屋中
吉他声声木屋中
全部文章
分类
归档
标签
去牛客网
登录
/
注册
吉他声声木屋中的博客
全部文章
(共3篇)
题解 | A-B≠C
#include<bits/stdc++.h> using namespace std; int main(){ float a,b,c; cin>>a>>b>>c; const double eps=1e-7; if(...
2026-01-24
0
12
题解 | 最大最小值
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<"The maximum nu...
2026-01-24
0
10
题解 | 小乐乐找最大数
#include<bits/stdc++.h> #include <queue> using namespace std; int main(){ vector<int>a(4); for(int i=0;i<4;i++){ ...
2026-01-24
0
10