Run ID:87975

提交时间:2024-08-16 15:16:32

#include<iostream> using namespace std; int main(){ int a,b; a=3; b=5670; cout<<a*b; return 0; }