delete pics to save space
This commit is contained in:
11
history_source/信息学奥赛一本通/1.2.6.7.cpp
Normal file
11
history_source/信息学奥赛一本通/1.2.6.7.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include<cstdio>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
long long a,b,c;
|
||||
scanf("%ld%ld",&a,&b);
|
||||
c=a*b;
|
||||
printf("%ld\n",c);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user