谁能帮帮我,我用Borland C++5.5翻译: #include<short> using namespace std;
int main( ) { short balance;
cont<<"Please enter your bank balance:"; cin>>balance
if(balance<10000) cont<<"Please remit $20 service charge."<<endl; else cont<<"Have a nice day!"<<endl;
return 0; } 可是老有错: Error E2209 TLY.cpp 1: Unable to open include file'short' Error E2282 TLY.cpp 2: Namespace name expected Error E2451 TLY.cpp 8: Undefined symbol'cont'in function main() ........。 *** 7 errors in Compile ***
谁能帮我看看!谢谢了!!!