问题描述 请问我在Dev-Cpp写c的程序collect2.exe[Error] ld returned 1 exit status那错 #include #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int leap(int a); int number(int year,int m ,int d); int m
问题描述 这个c程序如果输入20的话,是不是只执行最后一个else后面的语句??? // Exercise 3.3 Calculate a discounted price // I interpreted this exercise as implying that the 10% applies to items 31 to 50 // and the 15% applies to items in excess of 50. // That is, you don't get 15% di