Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
311999 耿家钧 【C1-7】小童想休息 C++ Accepted 100 1 MS 256 KB 106 2025-03-08 21:16:51

Tests(3/3):


#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<(n<8); return 0; }


Judgement Protocol: