Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144450 Kevin 【基础题】晨练 C++ Accepted 0 MS 280 KB 146 2026-01-22 19:44:14

Tests(4/4):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; if(t>=25&&t<=30) cout<<"ok!"; else cout<<"no!"; return 0; }