Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
145828 林汐 高精度加法 C++ 解答错误 26 0 MS 248 KB 129 2024-05-05 17:24:38

Tests(8/30):


#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; cout<<a+b; return 0; }


测评信息: