Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
79394 sh25_shenpy 有趣的进制 C++ 解答错误 0 MS 244 KB 168 2026-01-03 21:01:33

Tests(2/5):


#include <bits/stdc++.h> using namespace std ; int main() { int p ; cin >> p ; if(p == 6) cout << 13 ; if(p == 11) cout << 3 ; return 0 ; }


测评信息: