| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80297 | sh25_zhangyy | 一元三次方程求解 | C++ | Wrong Answer | 0 MS | 240 KB | 115 | 2026-01-04 15:12:01 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"-2.00 2.00 5.00"<<endl; return 0; }