Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
99117 冯俊淞 数组输出 C++ Runtime Error 0 MS 268 KB 185 2024-11-24 13:28:16

Tests(0/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a[10]; for(int i=0;i<10;i++){ cin>>a[10]; } for(int i=0;i<10;i++){ cout<<a[10]<<" "; } return 0; }


Run Info:

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