#include<bits/stdc++.h>

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

4 条评论

  • @ 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
          上传者