Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
108702 林扬泉 拆分自然数 C++ 运行出错 0 0 MS 244 KB 146 2023-11-04 09:21:57

Tests(0/5):


#include<bits/stdc++.h> using namespace std; int main(){ freopen("split.in","r",stdin); freopen("split.out","w",stdout); return 0; }


测评信息: