| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80181 | sh25_zhangyy | 取石子游戏 | C++ | Accepted | 0 MS | 240 KB | 129 | 2026-01-04 15:05:58 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"win"<<endl; cout<<"lose"<<endl; return 0; }