提交时间:2022-11-27 20:20:28

运行 ID: 6280

#include<iostream> using namespace std; int main() { double x = -3.14 ; cin >> x; if ((x <10000 )&&(x>0)){ cout<<x<<endl; } return 0; }