Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89958 金昱帆 04四位数移位 C++ Compile Error 0 MS 0 KB 142 2024-09-07 13:08:11

Tests(0/0):


Code:

# include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e; cin>>a>>b>>c>>d; e= cout<<ab/c.b; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:10: error: 'ab' was not declared in this scope
    cout<