提交时间:2022-11-27 20:30:00

运行 ID: 6281

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