Run ID:153074

提交时间:2026-05-10 09:49:05

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