Run ID:106490
提交时间:2025-01-16 11:55:17
int j = 0; for (int i = 0; i < n; i++) { if (a[i] > d) { j++; } } cout << endl << j;