求c语言高手解答_百度知道
求c语言高手解答#include<stdio.h>#include<string.h>int main(){ int p,t; float r[9]={0,0.00315,0.00330,0.00345,0.00345,0....
求C语言高手解答_c语言吧_百度贴吧
c语言吧 关注:235,310贴子:2,058,070 看贴 图片 精品 视频 游戏 2回复贴,共1页 <返回c语言吧 求C语言高手解答 只看楼主 收藏 回复 打赏mzh...
急求高手解答一道C语言题_c++吧_百度贴吧
急求高手解答一道C语言题 #include "stdio.h" long int f(int year,int month) {/*f(年,月)=年-1,如月<3;否则,f(年,月)=年*/ if(month<3) re...