Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
352343 吴鑫昊 【C1-7】小童想休息 C++ Accepted 100 3 MS 244 KB 103 2025-09-25 19:43:20

Tests(3/3):


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


Judgement Protocol: