2 solutions

  • 2
    @ 2025-7-7 13:30:02
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        char a,b,c;
        cin>>a>>b>>c;
        int s=(a-'0')*(c-'0');
        cout<<s;
        return 0;
    }
    
    • 0
      @ 2025-7-3 10:42:18
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
          int a,b;
          char x;
          cin>>a;
          cin>>x;
          cin>>b;
          cout<<a*b;
      	return 0;
      }
      
      • 1

      Information

      ID
      2389
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      1
      Tags
      (None)
      # Submissions
      76
      Accepted
      32
      Uploaded By