Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
9717 D班-陈颖钧 数的划分 C++ 解答错误 20 0 MS 260 KB 121 2025-04-20 13:06:38

Tests(1/5):


#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a*b-16; return 0; }


测评信息: