Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
316757 陈弈诺 【C1-10】按要求输出 C++ 通过 100 1 MS 248 KB 218 2025-04-11 19:49:27

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; }


测评信息: