竞赛
考级
#include <iostream> using namespace std; bool isPrime(int n) { if (n < 2) return false; } int main() { }
提交答案之后,这里将显示提交结果~