ZPVFH

  • 详解c语言判断

    一、if语句 if(condition){ statement1; } else{ statement2; } if语句是c语言中最基本的条件判断语句,若条件为真,则执行state…

    编程 2025-02-25