Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89609 sh25_wuyy 高精度除低精度 C++ 通过 0 MS 256 KB 223 2026-06-05 14:39:24

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


测评信息: