Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
47144 | menziyi | 练27.3 称心如意 | C++ | Compile Error | 0 MS | 0 KB | 173 | 2024-05-12 17:01:22 |
#include<iostream> using namespace std; int main; { int a; while(1){ cin>>a for(a<=100&&a>=0){ cout<<a<<endl; return 0; } } return 0; }