poj 3299

一开始没注意题目,以为给特定T、D值求H值,结果WA掉 #include<stdio.h> #include<math.h> int main() { float temperature,h,humidex,dewpoint,e; float e1,e2,e3; // e1代表 1/273.16 ,e2代表 1/
相关文章
相关标签/搜索