提交时间:2019-09-19 18:58:43
运行 ID: 401
#include<iostream> int main(){ float a,b; scanf("%f %f",&a,&b); b==9.6; if(a==0) printf("%f",b); return 0; }