Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
353420 胡珂 【C6-1】简单a+b C++ Accepted 100 0 MS 244 KB 123 2025-09-30 18:09:59

Tests(2/2):


#include <bits/stdc++.h> using namespace std; int main(){ int a,b; scanf("%d+%d=",&a,&b); cout<<a+b; return 0; }


Judgement Protocol: