求求offer的土拨鼠很无聊
求求offer的土拨鼠很无聊
全部文章
分类
归档
标签
去牛客网
登录
/
注册
求求offer的土拨鼠很无聊的博客
全部文章
(共88篇)
题解 | #浮点数加法#
#include <iostream> #include <cstring> using namespace std; const int maxn=100; struct longfloat{ int integer[maxn]; int decimal[m...
2023-03-14
0
285
题解 | #统计字符#
#include <iostream> #include <cstring> #include <string> #include <vector> #include <sstream> using namespace std; vecto...
2023-03-13
0
224
题解 | #简单密码#
#include <cstdio> #include <iostream> #include <cstring> #include <string> using namespace std; void chardecoden(char& x){ ...
2023-03-13
0
204
题解 | #成绩排序#
#include <iostream> #include <vector> #include <algorithm> using namespace std; struct student{ int id; int grade; stude...
2023-03-12
0
287
题解 | #Grading#
#include <iostream> #include <iomanip> using namespace std; int abs(int i,int j){ if(i>j) return i-j; else return j-i; } int ma...
2023-03-12
0
356
题解 | #xxx定律#
#include <iostream> using namespace std; int main() { int n; while(cin>>n){ int i=0; while(n>1){ i...
2023-03-12
0
290
题解 | #剩下的树#
#include <iostream> #include <cstring> using namespace std; int main() { int l,m; cin>>l>>m; bool road[l+1]; ...
2023-03-12
0
324
题解 | #日期累加#
#include <iostream> using namespace std; int IsLeapY(int y){ if(y%400==0 || (y%4==0 && y%100!=0)) return 1; else return 0; } int day[2][...
2023-03-12
0
286
题解 | #打印日期#
#include <iostream> #include <iomanip> using namespace std; int IsLeapY(int y){ if(y%400==0 || (y%4==0 && y%100!=0)) return 1; els...
2023-03-12
0
261
题解 | #今年的第几天?#
#include <iostream> using namespace std; int IsLeapY(int y){ if(y%400==0 || (y%4==0 && y%100!=0)) return 1; else return 0; } int day[2][...
2023-03-12
0
213
首页
上一页
1
2
3
4
5
6
7
8
9
下一页
末页