Run ID:149323

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

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