Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
80742 sh25_zhangyy 骑车与走路 Python3 编译错误 0 MS 0 KB 194 2026-01-04 15:29:39

Tests(0/0):


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


测评信息: