Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91752 sh25_shenpy 振兴中华 C++ 通过 0 MS 256 KB 171 2026-06-15 19:39:20

Tests(1/1):


#include <iostream> #include <vector> #include <string> using namespace std; int main() { int n ; cin >> n ; if(n == 0) puts("29") ; return 0; }


测评信息: