1 条题解

  • 0
    @ 2024-8-12 9:30:03
    #include<bits/stdc++.h>
    using namespace std;
    int x,y;
    int main(){
    	ios::sync_with_stdio(NULL);
    	cin.tie(0);cout.tie(0);
    	cin>>x>>y;
    	cout<<x*y;
    	return 0;
    } 
    
    • 1

    信息

    ID
    533
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    (无)
    递交数
    12
    已通过
    9
    上传者