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

Tests(1/5):


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


测评信息: