#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin >> n;
if(n%105 == 0){
cout << "3 5 7";
}else if(n/15 == 0){
cout << "3 5";
}else if(n%21 == 0){
cout << "3 7";
}else if(...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++》 | 390字 | 4.6分钟 | 100% | 73 CPM | 8 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 对于青年期中的年轻人应以豁达的热情去激励,而且应使他们以此种热情去建设自己的生活和事业。 ——罗素 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |