CS50 Mario Question: Program collects input then does nothing

前端 未结 0 608
陌清茗
陌清茗 2020-12-10 03:20
#include 
#include 

int main(void)

    {

        int height = 0;
        while(height < 1 || height > 8) {
            height =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题