| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 81321 | sh25_zhangyy | 高精度除低精度 | C++ | Wrong Answer | 0 MS | 236 KB | 124 | 2026-01-04 15:46:03 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"3"<<endl; cout<<"1"<<endl; return 0; }