简单模拟。
#include"cstdio" int main() { int a[10],h,ans=0; for(int i=0; i<10; i++) scanf("%d",&a[i]); scanf("%d",&h); for(int i=0; i<10; i++) if(a[i]-30<=h) ans++; printf("%d",ans); return 0; }
标签:main ret pos blog body printf print 模拟 div
简单模拟。
#include"cstdio" int main() { int a[10],h,ans=0; for(int i=0; i<10; i++) scanf("%d",&a[i]); scanf("%d",&h); for(int i=0; i<10; i++) if(a[i]-30<=h) ans++; printf("%d",ans); return 0; }
标签:main ret pos blog body printf print 模拟 div
原文地址:https://www.cnblogs.com/TrassBlose/p/8329983.html