| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 86488 | sh25_wangtaojie | 取石子游戏 | C++ | Accepted | 0 MS | 240 KB | 123 | 2026-04-03 15:00:28 |
#include <iostream> using namespace std; int main() { cout<<"win"<<endl; cout<<"lose"<<endl; return 0; }