Run ID:100144
提交时间:2024-12-04 16:56:03
#include<iostream> using namespace std; int main() { int a=0,i; for(i=1;i<=100;i++) { a+=i; } cout<<a; }