2 solutions

  • 0
    @ 2023-9-22 17:50:48

    #include<bits/stdc++.h> using namespace std; long long ans; int main(){ cout<<"1234 * 5678 = 7006652"; return 0; }

    • 0
      @ 2023-9-22 16:25:33
      #include <iostream>
      #include <cstdio>
      
      using namespace std;
      
      int main(){
          cout<<"1234 * 5678 = 7006652";
          return 0;
      }
      
      • 1

      Information

      ID
      427
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      1
      Tags
      # Submissions
      47
      Accepted
      35
      Uploaded By