#include <stdio.h>
main(){ int n; while(scanf("%d",&n)!=EOF){ n=(n*(n+1))/2+1; printf("%d\n",n); } return 0; }
我想我知道了,真丟臉XD
我又錯了,還是不行@@
請大大們幫忙解惑