Run ID:127863

提交时间:2025-07-29 16:51:39

#include <bits/stdc++.h> using namespace std; int main() { int c = 0; int j; int a[10]; for (int i = 0; i < 10; i++) { cin >> a[i]; } cin>>j; for (int i = 0; i < 10; i++) { if (30+j>=a[i]) { c++; } } cout<<c; return 0; }