Run ID:90702
提交时间:2024-09-16 14:45:53
#include <iostream> using namespace std; int main() { int a=8650; int b=4; cout<<a*b; return 0; }