简简单单 的 题解༺ཌༀ☯追光·少年☯ༀད༻2025-06-14 09:50:16发布于:浙江0阅读0回复0点赞#include<iostream> using namespace std; int main() { int x; cin>>x; if(x%3==0&&x%5==0){ cout<<"YES"; } else{ cout<<"NO"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个