编译的错误类型

    xiaoxiao2022-07-14  100

    error: expected unqualified-id before 'for'

    原程序中的for语句位置不当,作为循环语句,应该在函数中,可您的for循环在函数之外。  

    最新回复(0)