Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
352343 吴鑫昊 【C1-7】小童想休息 C++ 通过 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; }


测评信息: