Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
136023 aklsd A+B 输入输出练习III C++ Runtime Error 0 MS 248 KB 259 2025-11-08 20:32:33

Tests(0/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int b[10000000][2]={1},va=0; while(b[va][0]!=0||b[va][1]!=0){ cin>>b[va][0]>>b[va][1]; va++; } for(int i=0;i<va;i++)cout<<b[i][0]+b[i][1]<<endl; return 0; }


Run Info:

Runtime Error:Segmentation fault