Run ID:89777

提交时间:2024-09-07 09:18:07

#include<iostream> using namespace std; int main() { int a = 8650,b = 4; cout<<a * b; return 0; }