| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 332166 | 李俞家骅 | 【C1-7】童童当裁判 | C++ | Wrong Answer | 0 | 2 MS | 256 KB | 143 | 2025-07-14 10:39:17 |
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n<55) cout<<"win"; else cout<<"lose"; return 0; }