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

王子毅  •  8个月前



评论: