Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
319144 李南笙 【C1-11】童童上班 C++ 通过 100 1 MS 252 KB 218 2025-04-25 20:01:03

Tests(3/3):


#include<iostream> using namespace std; int main(){ double N; cin>>N; if((27+23+(N/3))>(N/1.2)){ cout<<"Walk"; }else if((27+23+(N/3))<(N/1.2)){ cout<<"Bike"; }else{ cout<<"All"; } return 0; }


测评信息: