Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104985 张泽一 求和 C++ Accepted 1 MS 268 KB 135 2025-01-11 20:37:23

Tests(1/1):


Code:

#include<iostream> // cin\cout\endl using namespace std; int main(){ int a=123+456; cout <<"sum is "<<a; return 0; }