when i run C code in visual studio code it shows me jus t“ running” in the output window and nothing else

后端 未结 0 1486
Happy的楠姐
Happy的楠姐 2021-02-05 17:43
#include

int main(void) {

    double gasCost;
    int passengers;
    printf("enter passengers and price");
    scanf("%d %lf",&         


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