Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:10: error: 'b' was not declared in this scope
  cin>>a>>b>>m>>n;
          ^
/in/foo.cc:10:3: error: expected primary-expression before '=' token
   =a+b;
   ^
/in/foo.cc:13:5: error: 'c' was not declared in this scope
   b=c;
     ^
/in/foo.cc:5:8: warning: unused variable 'bc' [-Wunused-variable]
  int a,bc,m,n;
        ^~

信息

递交者
类型
递交
语言
C++
递交时间
2024-10-10 21:57:17
评测时间
2024-10-10 21:57:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes