Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
309911 王冠程 【C1-4】四个数之和 C++ 通过 100 2 MS 256 KB 119 2025-02-23 16:58:42

Tests(2/2):


#include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<a+b+c+d; return 0; }


测评信息: