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

Tests(3/5):


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


测评信息: