Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
47174 | lmz120809 | 练27.3 称心如意 | C++ | No Test Data | 0 MS | 0 KB | 150 | 2024-05-12 17:35:52 |
#include<iostream> using namespace std; int main() { float x; do{ cin>>x; }while(x<0||x>100); cout<<"成绩:"<<x<<endl; return 0; }