Run ID:2638

提交时间:2024-01-20 13:36:36

#include<iostream> using namespace std; int main(){ int result=1*2*3*4*5; cout<<result; return 0; }