Alafun
Alafun
全部文章
小小的脑袋,大...
就是玩儿(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
阿拉凡的小世界
加油
全部文章
/ 小小的脑袋,大大的困惑
(共3篇)
题解 | #3和5# 没太理解,这一题还要多花时间
c++ java python #include<stdio.h> bool contFive(int i){ for(int res=i;res>0;res/=10){ if (res%10==5) return true; /...
2022-02-09
0
290
题解 (划掉) 求助QAQ | #牛牛学数列6#
为什么这个可以过 我懵了,求走过路过大佬看看是哪里逻辑通了 我 k<n 改成 k<=n反而不对 #include<stdio.h> int main(){ int n; scanf("%d",&n); int count; for(i...
C
2022-01-22
0
366
题解 | #乘法表# 求问这一题纯C代码怎么写
套娃发帖 发帖数超过限制是什么鬼 原讨论贴 这一题,这样 #include<stdio.h> #include<string.h> int main() { char ch[10000000]; gets(ch); puts(ch); r...
C
2021-11-14
1
331