Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
136009 aklsd A+B 输入输出练习I C++ Runtime Error 1 MS 264 KB 169 2025-11-08 20:02:35

Tests(0/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a[2],b[2]; cin>>a[1]>>b[1]>>a[2]>>b[2]; cout<<a[1]+b[1]<<"\n"<<a[2]+b[2]; return 0; }


Run Info:

*** stack smashing detected ***: ./Main terminated