2 条题解

  • 0
    @ 2023-11-30 20:16:51

    #include<bits/stdc++.h> using namespace std;

    int main(){ long long a,b; cin>>a>>b; cout<<a*b; return 0; }

    • 0
      @ 2023-10-12 18:49:34
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
          int a,b;
          cin>>a>>b;
          cout<<a*b;
          return 0;
      }
      
      • 1

      信息

      ID
      37
      时间
      1000ms
      内存
      128MiB
      难度
      7
      标签
      (无)
      递交数
      14
      已通过
      13
      上传者