- A×B问题
A×B问题 答案
- @ 2025-5-18 13:49:20
#include<bits/stdc++.h>
using namespace std; int main() { int a,b; cin>>a>>b; cout<<a*b; return 0; }
4 条评论
-
严钰翔 LV 6 @ 2026-4-8 18:59:52
#include<bits/stdc++.h> using namespace std; int main(){ int A,B; cin>>A>>B; cout<<A*B; return 0; } -
@ 2026-4-8 18:59:23
#include<bits/stdc++.h> using namespace std; int main(){ int A,B; cin>>A>>B; cout<<A*B; return 0; }
-
@ 2026-4-8 18:56:57
#include<bits/stdc++.h> using namespace std; int main(){ int A,B; cin>>A>>B; cout<<A*B; return 0; } -
@ 2025-9-6 15:32:08类型应该是long long
- 1
信息
- ID
- 40
- 时间
- ms
- 内存
- MiB
- 难度
- 2
- 标签
- 递交数
- 176
- 已通过
- 110
- 上传者