Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62023 | fengxiaohang | 计算鞍点 | C++ | Accepted | 0 MS | 240 KB | 103 | 2025-03-08 19:00:58 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"4 1 8"<<endl; return 0; }