Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
353460 胡珂 【C6-1】简单a+b C++ 通过 100 1 MS 248 KB 123 2025-09-30 18:11:44

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; }


测评信息: