Start 2024-08-20 08:00:00

8.19-8.24集训第二天

End 2024-08-25 00:00:00
Contest is over.
Now 2026-04-30 20:08:25

A题解
#include<bits/stdc++>
using namespace std;
int main(){
	long long a,b;
	cin>>a>>b;
	cout<<a*b;
	return 0;
}

LIUYC  •  1年前

The contest has ended.