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

0 条评论

目前还没有评论...

信息

ID
40
时间
ms
内存
MiB
难度
2
标签
递交数
176
已通过
110
上传者