Run ID:43578
提交时间:2022-12-20 20:07:27
#include<iostream> using namespace std; int main(){ cout<<(12+1002)*100/2; return 0; }