Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
168640 陈毅彬 高精度乘法 C++ 编译错误 0 0 MS 0 KB 212 2024-08-20 12:42:44

Tests(0/0):


#include <iostream> #include <fstream> void externalResourceProblem() { std::ifstream file("nonexistentfile.txt"); if(!file) { std::cerr << "Unable to open file" << std::endl; } }


测评信息: