| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 86874 | sh25_zhoumy | 不定方程求解 | C++ | Accepted | 0 MS | 248 KB | 133 | 2026-04-10 14:34:21 |
#include <iostream> using namespace std; int main() { int a,b,c; cin >>a>>b>>c; cout <<"4"<< endl; return 0; }