C++ 代码

Contributor:欧阳zonghua Type:代码 Date time:2017-10-03 21:49:39 Favorite:32 Score:0
返回上页 Report
请选择举报理由:




Collection Modify the typo
#include <iostream>
#include <stdio.h>
using namespace std;
int main() {
int a[1500];
int x, n = 0;
for (; ;) {
cin>>x;
a[n = n+1] = x;
}
for (; n >= 1; n = n-1) {
cout<<a[n]<<" ";
}
}
#include <iostream>
using namespace std;
int main() {
//freopen("Input.txt", "r", stdin);
//freopen("Output.txt", "w", stdout);
for (int m = 1; m = m + 1;) {
int input;
cin>>input;
if (input == 0) {
break;
}
int s = 0;
for (int n = 2; n <= input - 1; n = n + 1) {
if (input % n == 0) {
break;
} else {
s = s + 1;
}
if (s >= input - 2) {
cout<<input<<" ";
break;
}
}
}
cout<<endl;
}
声明:以上文章均为用户自行添加,仅供打字交流使用,不代表本站观点,本站不承担任何法律责任,特此声明!如果有侵犯到您的权利,请及时联系我们删除。
Hot degree:
Difficulty:
quality:
Description: the system according to the heat, the difficulty, the quality of automatic certification, the certification of the article will be involved in typing!

This paper typing ranking TOP20

登录后可见

用户更多文章推荐