Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
118908 陈家宝 J2 C++ 通过 100 0 MS 252 KB 212 2024-01-02 13:34:20

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int a,b,a1[5],b1[5]; int main(){ scanf("%d%d",&a,&b); a1[0]=a/10,a1[1]=a%10; b1[0]=b/10,b1[1]=b%10; printf("%d",(a1[0]+a1[1])*(b1[0]+b1[1])); return 0; }


测评信息: