Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
89184 sh25_zhangjiajia 高精度除低精度 C++ Accepted 0 MS 244 KB 223 2026-05-22 15:48:36

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: