Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89007 sh25_zhoumy 高精度除低精度 C++ 解答错误 0 MS 248 KB 178 2026-05-22 14:43:59

Tests(0/2):


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


测评信息: