Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
441991 梁睿煊 【C1-10】按要求输出 C++ 通过 100 7 MS 244 KB 208 2026-05-26 19:04:05

Tests(3/3):


#include<bits/stdc++.h> using namespace std; int main(){ char a; cin>>a; if(a=='a'){ cout<<"It is good"; }else if(a=='b'){ cout<<"OMG"; }else if(a=='c'){ cout<<"Yes!"; } return 0; }


测评信息: