题解LS_YZY2025-05-05 14:46:02发布于:浙江0阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int t,n; cin >> t; for(int i=0;i<t;i++){ cin >> n; if(n%2==1){ cout <<"4"<< endl; }else{ cout <<"6"<< endl; } } } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个