更多
2017年12月23日 10点52分
123
①
warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]scanf ("%lf", &height);下面是代码;#include<stdio.h>int main(){double height;double weight;scanf ("%lf", &height);weight = (height-100)*1.8;if (
……
修改
编程开发语言
C
修改
2017年11月13日 01点55分
陈裤裤
⑥
原题:https://www.patest.cn/contests/pat-b-practise/1018我的代码如下:http://paste.ubuntu.com/25948342/提交的时候一直第三个测试点过不去。求解!
……
修改
编程开发语言
C
PAT
修改
帮助
反馈