Run ID:116304

提交时间:2025-04-07 20:57:32

#include <iostream> using namespace std; int main(){ int n = (1 + 100) * 50; cout<<n; return 0; }