喜欢摸鱼的六边形战士很活泼
喜欢摸鱼的六边形战士很活泼
全部文章
分类
归档
标签
去牛客网
登录
/
注册
喜欢摸鱼的六边形战士很活泼的博客
全部文章
(共2篇)
题解 | 小苯的好数
#include <stdio.h> #include <math.h> int yingshu(int x){ int s = sqrt(x); if(x!=s*s){ return 1; } return 0; } int ...
2026-04-18
0
12
题解 | 小红的ABC
#include <stdio.h>#include <string.h>int main() { char a[100000]; scanf("%s",a); int len=strlen(a); for(int i=0;i<...
2026-04-16
0
19