Untitled

Anonymous
plain_text
07/21/2024 5:13 PM
196 B
15
Indexable
#include <iostream>

using namespace std;

int main()
{
    int a,b;
    cin>>a>>b;
    int sum=a*b;
    cout<<sum;

    return 0;
}
Editor is loading...
Leave a Comment