Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144158 杨润东 04四位数移位 C++ Compile Error 0 MS 0 KB 179 2026-01-19 20:22:48

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int a[100]={}; for(int i=0;i<=3;i++){ cin>>a[i]; a[0]=a[3]; } cout<<a[i]; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:9:13: error: 'i' was not declared in this scope
     cout<