判断一个数能否同时被3和5整除 摘要:解题思路:注意事项:#include<iostream>using namespace std;int main(){ int n; cin>>n; if(n%3==0&…… 题解列表 2022年11月01日 0 点赞 0 评论 915 浏览 评分:9.9