Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
148276 于墨轩 数组输出 C++ Runtime Error 0 MS 272 KB 151 2026-02-10 22:43:42

Tests(0/1):


Code:

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


Run Info:

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