题解黄浩然(有关必回)2024-12-28 16:04:36发布于:广东2阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; if(n % 12 == 0){ cout << "YES"; }else{ cout << "NO"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个