Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
47137 jiabokai 练27.3 称心如意 C++ Compile Error 0 MS 0 KB 199 2024-05-12 16:58:54

Tests(0/0):


#include<iostream> using namespace std; int main(){ int n; while(1){ cin>>n; if(n<=100&&n>=0){ cout<<n; break; } } return 0;


Judgement Protocol: