Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
360444 徐嘉豪 【C1-4】四个数之和 C++ 通过 100 2 MS 240 KB 125 2025-11-08 18:11:33

Tests(2/2):


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


测评信息: