Run ID:90712
提交时间:2024-09-16 14:54:00
#include<iostream> using namespace std; int main(){ int a,b; a=5; b=7; cout<<a*b<<endl; }