Run ID:102391
提交时间:2024-12-21 15:33:04
#include<iostream> using namespace std; int main() { int a,b; a=5,b=6; cout<<a*b<<endl; return 0; }