Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
89851 sh25_shengmy 高精度除低精度 C++ Accepted 0 MS 244 KB 223 2026-06-05 14:55:38

Tests(2/2):


#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; }


Judgement Protocol: