Run ID:104510
提交时间:2025-01-05 11:34:42
#include<iostream> #include<cstdio> using namespace std; int main() { float x,y; cin >> x; if(x>=0&&x<5) }