Exemplo n.º 1
0
int main()
{
#if 1
	test1(); printf("1: OK.\n");
	test1_5(); printf("1.5: OK.\n");
	test1_6(); printf("1.6: OK.\n");
	test2(); printf("2: OK.\n");
	test3(); printf("3: OK.\n");
	test4(); printf("4: OK.\n");
	test5(); printf("5: OK.\n");
	test6(); printf("6: OK.\n");
#endif
	test7(); printf("7: OK.\n");
	return 0;
}
Exemplo n.º 2
0
int main()
{
    return test1_1() + test1_2() + test1_3() + test1_4() +
           test1_5() + test1_6() + test1_7() + test1_8();
}