| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 333981 | 李俞家骅 | 【C1-11】童童上班 | C++ | Wrong Answer | 0 | 2 MS | 236 KB | 213 | 2025-07-17 10:23:25 |
#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; }