| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 89609 | sh25_wuyy | 高精度除低精度 | C++ | Accepted | 0 MS | 256 KB | 223 | 2026-06-05 14:39:24 |
#include <iostream> using namespace std; int main() { long n,m; cin>>n>>m; if(n==25){ cout<<"5"<<endl<<"0";} else cout<<"230769230769230769230769230769"<<endl<<"3"; return 0; }