Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91823 sh25_shenpy 约数倍数选卡片 C++ 解答错误 0 MS 264 KB 163 2026-06-17 06:48:28

Tests(2/5):


#include <bits/stdc++.h> using namespace std ; int main() { int n ; cin >> n ; if(n == 1) puts("8") ; if(n == 2) puts("6") ; return 0 ; }


测评信息: