牛客652687585号
牛客652687585号
全部文章
分类
题解(56)
归档
标签
去牛客网
登录
/
注册
牛客652687585号的博客
全部文章
(共56篇)
题解 | #Grading#
#include<iostream> #include<cstdio> #include<cmath> using namespace std; int get_max(int a,int b,int c...
C++
C
C++14
2022-01-21
0
418
题解 | #手机键盘#
#include<iostream> #include<cstdio> #include<string> using namespace std; int CountTab[32]={1,2,3,0,1,2,3,0,1,2,3,0,1...
C++
C
C++14
数组
模拟
2022-01-21
0
392
题解 | #Day of Week#
#include<iostream> #include<cstdio> #include<string> using namespace std; int DayTab[2][13] = { {0,31,28,3...
C++
C++14
C
数组
字符串
数学
模拟
计数
2022-01-21
0
387
题解 | #日期差值#
#include<iostream> #include<cstdio> using namespace std; int DayTab[2][13] = { {0,31,28,31,30,31,30,31,31,30,31,30,31}, &nbs...
C++
C
数组
数学
计数
模拟
2022-01-20
3
573
题解 | #日期累加#
#include<iostream> #include<cstdio> using namespace std; int DayTab[2][13] = { {0,31,28,31,30,31,30,31,31,30,31,30,31}, &nbs...
C++
2022-01-20
0
326
题解 | #Hello World for U#
#include<iostream> #include<cstdio> using namespace std; int main() { char str[81]; while...
C++
2022-01-20
0
285
首页
上一页
1
2
3
4
5
6
下一页
末页