using namespace std means that you are going to use classes or functions (if any) from 'std' namespace, so you don't have to explicitly call ...
確定! 回上一頁