Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
348201 胡珂 【C1-4】四个数之和 C++ Accepted 100 1 MS 240 KB 125 2025-09-13 21:17:31

Tests(2/2):


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


Judgement Protocol: