Run ID:109595
提交时间:2025-02-09 15:49:05
#include <iostream> using namespace std; int main() { int a,b; a=12; b=3 ; cout<<a*b; }