杨宇凡001
杨宇凡001
全部文章
分类
题解(79)
归档
标签
去牛客网
登录
/
注册
杨宇凡001的博客
全部文章
(共75篇)
题解 | #线段图案#
#include <iostream> using namespace std; int main() { int n; while (cin >> n) &nbs...
C++
2022-03-16
0
227
题解 | #回文对称数#
#include <iostream> using namespace std; int main() { int n, k=1,k1; int count1 = 0,count=0; &...
C++
2022-03-16
0
286
题解 | #[NOIP2015]金币#
#include <iostream> using namespace std; int main() { int k; //输入发放金币的天数 int data = 1; //动态发放金...
C++
2022-03-16
0
255
题解 | #变种水仙花#
#include <iostream> #include <cmath> using namespace std; int main() { int a, b, c, d, e, f, g, h...
C++
2022-03-15
0
0
题解 | #水仙花数#
#include <iostream> #include <cmath> using namespace std; int main() { int n,m,i; int c, d,e; ...
C++
2022-03-15
1
287
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页