int main()
{
	sqr_it(10.0);

	getchar();
	return 0;
}
예제 #2
0
파일: exc-2.c 프로젝트: rafed123/codes
int main (void) {
    sqr_it(10.0);
    return 0;
}