#include int main() { int i,n,sum=0; for(i=1; i<=n; i++){ sum+=; } printf("%d\n",sum); return 0; }