很SB的小问题...
#include <iostream>int main() {
int USD ,HKD ;
std :: cout << "Enter the USD you have :" ;
std :: cin >> USD ;
HKD = USD *7.81 ;
std :: cout << "The equivalent HKD is :" ;
std :: cout << HKD ;
return 0 ;
}
幹嘛不可在 VC++ 2005 执行 !? 3Q LZM !