Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89010 sh25_zhoumy 高精度除低精度 C++ 编译错误 0 MS 0 KB 240 2026-05-22 14:45:07

Tests(0/0):


#include <iostream> using namespace std; int main() { long n,m; cin>>n>>m; if(n==3000000000000000000000000000000) cout<<"230769230769230769230769230769 3"<<endl<<"3"; if(n==6) cout<<"873"; return 0; }


测评信息: