Run ID:149331

提交时间:2026-03-09 17:10:07

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