Run ID:43579
提交时间:2022-12-20 20:08:59
#include<iostream> using namespace std; int main(){ cout<<(1+99)*50/2; return 0; }