Run ID:104509

提交时间:2025-01-05 11:34:05

#include<iostream> #include<cstdio> using namespace std; int main() { float x,y; cin >> x; if(x>=0&&x<5) }