简单的离谱
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a*b; return 0; }
#include <bits/stdc++.h> using namespace std;
int main(){ long long a,b,s; cin>>a>>b; s=a*b; cout<<s; return 0; }
#include<bits/stdc++.h> using namespace std; int A,B; long long C; int main(){ cin>>A>>B; C=A*B; cout<<C; return 0; }
#include<bits/stdc++.h> using namespace std; int main() {int a,b; cin>>a>>b; cout<<a*b; return 0; }
注册一个 睿爸信奥 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 睿爸信奥 通用账户