include<stdio.h>int main(){int i=0;int ret=0;for(i=1;i<102;i+=2){ ret=ret+i;}printf("%d\n",ret); return 0;}