#include <stdio.h>main(){ int i=0,j=10,k=2,s=0;for( ;;){ i+=k; if(i>k);{printf("%d",s);break; } s+=i; }}