Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 3
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#103446 | #105. zxh的继承顺位 | Wrong Answer | 0 | 4223 ms | 384 K | C++ 17 / 365 B | 西安交通大学 | 2024-03-18 16:16:01 |
#include <iostream>
using namespace std;
int main() {
int n = 0;
int flag = 1;
int i, j;
cin >> n;
i = 3;
while (flag < n) {
for (j = 2; j < i; j++) {
if (i % j == 0) {
break;
}
}
if (j == i)
flag++;
i++;
}
return i - 1;
}
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 3
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 29
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 9
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 81
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 91
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 225
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 7
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 189
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 97
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 75
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 33
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 131
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 51
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 15
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 35
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 65