Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
333981 李俞家骅 【C1-11】童童上班 C++ 解答错误 0 2 MS 236 KB 213 2025-07-17 10:23:25

Tests(0/3):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,n; cin>>n; if(a<b) cout<<"Bike"; else if(a>b) cout<<"Walk"; else cout<<"All"; return 0; }


测评信息: