Beispiel #1
0
main()
{
	int CountTest();
	printf("Result : %d\n",CountTest());
}
Beispiel #2
0
int main() {
    CountTest();
    return 0;
}