#include <stdio.h> int main( void ) { for( unsigned i=1; i*i<=68; ++i ) if( 68%i==0 && (68/i+i)%2==0 ) printf( "%u\n", (68/i+i)*(68/i+i)/4-168 ); }