#include <stdio.h>
int main() {
    int i, n;
    int sum = 0;
    scanf("%d", &i);
    for(n = i;n <= 100; n++){
            sum += n;   
}
    printf("%d\n", sum);
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: