-
个人简介
apping #include using namespace std; int main(){ long long n; cin>>n; long long temp=1; for(int i=1;i<=n;i++){ int num; cin>>num; temp *= num } cout<<temp; return 0; } 1111111111111111111111111111111111111111256066666666666666666666666666666666666666666666666666444444444441588888888888888888888888888888888888851
-
通过的题目
-
最近活动
This person is lazy and didn't join any contests or homework.
题目标签
- 初窥门径
- 4
- 顺序结构
- 2
- 分支结构
- 2
- 循环结构
- 2
- 驾轻就熟
- 2
- 二维数组
- 2