Run ID:149326
提交时间:2026-03-09 17:08:04
#include <iostream> using namespace std; int main(){ int a=6,b=4; cout<<a*b; }