最新回答 / 慕移動9181930
http://biz.finance.sina.com.cn/zjzt/more.php?lytype=ipoly_hyxdly&title=%D5%E6%C8%CB%B0%D9%BC%D2%C0%D6%C6%C6%BD%E2%B9%D9%CD%F8XS686%A3%AE%A3%C3%A3%CF%A3%CD
2021-07-28
最贊回答 / weixin_慕少4413036
#include <stdio.h>int main(){? ? ? int? age = 15;? ? ? int? height = 162;? ? ? float? weight = 82.5;? ? ? char? ?isfat = 'y';? ? printf("年齡:%d 歲\n", age);? ? printf("身高:%d CM\n", height);? ? printf("體重:%f KG\n", weight);? ? printf("是否屬于肥胖兒童:%c\n", i...
2021-07-27
最新回答 / 林老班
//你的數(shù)組定義錯誤,你把N去掉就好了,下面是可以運行的代碼#include <stdio.h>int setdown(int arr[],int length){? ? int i,j,temp;? ? for(i=0;i<length-1;i++){? ?for(j=0;j<length-1;j++)? ? ? {? ? ? ? ? if (arr[j]<arr[j+1])? ? ? ? {? ? ? ? ? temp=arr[j];? ? ? ? ? arr[j+1]=...
2021-07-26