// TEST2.cpp : Defines the entry point for the console application. #include "stdafx.h"
void x264_reduce_fraction( int *n, int *d )
int a1,b1; printf("原值:\n"); printf("**********************************************\n"); printf("\n现值:\n"); return 0; |
