Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
113503 | 高彬 | 02简单两数相加 | C++ | Wrong Answer | 0 MS | 260 KB | 95 | 2025-03-15 19:41:19 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"a+s="<<4+6; return 0; }
------Input------
963 11
------Answer-----
974
------Your output-----
a+s=10