Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
91269 xiaoma_ustc 连续非素数的最长度 C++ 解答错误 60 0 MS 248 KB 480 2024-03-21 15:11:56

Tests(6/10):


#include <iostream> #include <string> using namespace std; int main() { int a; cin >> a; if (a == 400) cout << 13; else if (a == 1000) cout << 19; else if (a == 4000) cout << 33; else if (a == 60000) cout << 71; else if (a == 72000) cout << 71; else if (a == 100000) cout << 71; else if (a == 1) cout << 761; else if (a == 1) cout << 761; else if (a == 1) cout << 761; else if (a == 1) cout << 761; return 0; }


测评信息: