Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
323875 顾子丞 【C1-T】上什么课 C++ 通过 100 4 MS 260 KB 256 2025-05-23 21:32:39

Tests(7/7):


#include<iostream> using namespace std; int main(){ int n; cin>>n; if(n==1){ cout<<"swim"; }else if(n==3){ cout<<"program"; }else if(n==5){ cout<<"read"; }else if(n==6){ cout<<"math"; }else{ cout<<"rest"; } return 0; }


测评信息: