Since printf was called to print a single string, and we requested our nice compiler to optimize the generated code (-Os), puts was generated instead.
確定! 回上一頁