Submission #37

Details and source code

Back to submissions
IDTimeUserProblemLangVerdict
37Apr 12, 2025, 04:15 PMXeqrA*BcppWA 2

Source Code

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