Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64757 | fengxiaohang | 扫雷游戏地雷数计算 | C++ | Accepted | 0 MS | 232 KB | 127 | 2025-04-25 16:56:35 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"*10"<<endl<<"221"<<endl<<"1*1"<<endl; return 0; }