Submission #36

Details and source code

Back to submissions
IDTimeUserProblemLangVerdict
36Apr 12, 2025, 04:13 PMXeqrA*BcppCE

Source Code

cpp
#include <bits/stdc++.h>
using namespace std;
int main() {
 	ll x, y;
    cin >> x >> y;
    cout << (ll)(x*y);
}