MrMello
MrMello
全部文章
分类
归档
标签
去牛客网
登录
/
注册
MrMello的博客
全部文章
(共22篇)
题解 | #打印极值点下标#
#include <stdio.h> int main(){ //输入 int num; while (scanf("%d", &num) != EOF){ int arr[num]; for (int i = 0; i < ...
2023-03-15
1
355
题解 | #位操作练习#
#include <stdio.h> #include <stdbool.h> //十进制转化为二进制,并用数组输出 void binary(int n, char x[]){ int i = 0; int temp; while(n != 0){ ...
2023-03-15
4
293
首页
上一页
1
2
3
下一页
末页