#题解永盼2025-09-27 15:44:41发布于:江苏4阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int t,n,m; int main(){ cin >> t; while(t--){ cin >> n; if(n % 9 == 0 && n % 8 != 0) m++; } cout << m << "\n"; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个