摘要:
int m=sizeof(bc)/sizeof(bc[0]),d ; printf("%d ",m) ; 阅读全文
posted @ 2022-02-21 09:29
myrj
阅读(146)
评论(0)
推荐(0)
摘要:
#include <stdio.h> main() { int a; scanf("%d",&a); printf("%d",hea(a)); getchar(); } int hea(int a) { int b,gs=0; for(b=1;b<=a;b++) if(b%3==0 && b%10= 阅读全文
posted @ 2022-02-21 08:34
myrj
阅读(15)
评论(0)
推荐(0)