Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
435448 admin_rjp 【C1-10】按要求输出 C++ 通过 100 2 MS 244 KB 198 2026-04-05 16:01:42

Tests(3/3):


#include<iostream> using namespace std; int main(){ char x; cin>>x; if(x=='a'){ cout<<"It is good"; } else if(x=='b'){ cout<<"OMG"; } else{ cout<<"Yes!"; } return 0; }


测评信息: