- 一级测试第二轮
 D
- @ 2023-7-25 13:48:13
 
#include <bits/stdc++.h>
using namespace std;
int main ()
{
   long long a,b;
   long long c;
   cin>>a>>b;
   c=a*b;
   cout<<c<<endl;
    return 0;
}
        0 comments
  
  No comments so far...
            By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.