伊之猪猪
伊之猪猪
全部文章
分类
归档
标签
去牛客网
登录
/
注册
伊之猪猪的博客
全部文章
(共24篇)
题解 | 水仙花数
#include <cmath> #include <iostream> using namespace std; int main() { int n, m; while(cin>>m>>n){ int c = 0;...
2026-03-21
0
17
题解 | 统计数据正负个数
#include <iostream> using namespace std; int main() { int n, x = 0 ,y = 0; while(cin >>n ){ if(n >= 0){ x+...
2026-03-21
0
14
题解 | 最大的差
#include <iostream> using namespace std; int main() { int n, max = 0, min = 0 , a; if(!(cin >> n)) return 0; for(int i= 0; i...
2026-03-20
0
15
题解 | 23年OPPO-a的翻转
#include <iostream> using namespace std; int main() { int a ,b = 0 , c, d; if(!(cin>>a)) return 0; d =a; while(a >0){ ...
2026-03-20
0
17
首页
上一页
1
2
3
下一页
末页