Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3865 彭梓航 求和 C++ Wrong Answer 0 MS 264 KB 141 2024-07-14 16:05:37

Tests(0/1):


Code:

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


Run Info:

------Input------

------Answer-----
sum is 579
------Your output-----
4567104