Accepted


  
# 状态 耗时 内存占用
#1 Accepted 4ms 376.0 KiB
#2 Accepted 4ms 372.0 KiB
#3 Accepted 4ms 372.0 KiB
#4 Accepted 4ms 256.0 KiB
#5 Accepted 7ms 356.0 KiB
#6 Accepted 3ms 208.0 KiB

代码

#include<iostream>
using namespace std;
int main()
{
	int a,b;
	cin>>a>>b;
	cout<<a*b;
	return 0; 
}

信息

递交者
类型
递交
题目
a*b问题
题目数据
下载
语言
C++
递交时间
2018-07-18 08:22:20
评测时间
2018-07-18 08:22:20
评测机
分数
60
总耗时
28ms
峰值内存
376.0 KiB