Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
90428 sh25_zhangyj 高精度除低精度 C++ Accepted 0 MS 244 KB 223 2026-06-05 15:39:02

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: