Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
47132 | zhangrongbao2023 | 练27.3 称心如意 | C++ | Compile Error | 0 MS | 0 KB | 250 | 2024-05-12 16:31:31 |
#include<iostream> using namespace std; int main() { int a=0; cin>>a; if(a>100||a<0){ cout<<"成绩:"<<a; return 0; } else cout<<"请重新输入:"; int a=0; cin>>a; if(a>100||a<0){ cout<<"成绩:"<<a; return 0; } }