Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90454 李昊宇 求和 C++ Wrong Answer 0 MS 264 KB 81 2024-09-15 08:23:36

Tests(0/1):


Code:

#include<iostream> using namespace std; int main(){ cout<<123+456<<endl; }


Run Info:

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

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