#include "stdafx.h"
#include <iostream>
#include <conio.h>
using namespace std;
void chuyendoi(int);
int _tmain(int argc, _TCHAR* argv[])
{
int a;
cout<<"Nhap mot so bat phan gom 2 chu so: ";
cin>>a;
chuyendoi(a);
}
void chuyendoi(int oct)
{
...
}
Nguồn: Sharecode.vn