#include #include #include #include void rep(char c, int n) { for (int i=0; i=0; i--) { rep(' ', size-i); rep('*', i*2+1); nl(); } nl(); nl(); printf("pythagores(30, 40) = %f\n", pythagores(30, 40)); return 0; }