Run ID:93464
提交时间:2024-10-16 16:02:40
#include <iostream> using namespace std; int main(){ int i,x=0; for(i=1;i<=100;i++){ x=x+i; } cout<<x<<endl; }