Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:11: error: 'b' was not declared in this scope
     cout<<b<<endl;
           ^
/in/foo.cc:6:13: warning: unused variable 'c' [-Wunused-variable]
     int x=0,c,e,f,y;
             ^
/in/foo.cc:6:15: warning: unused variable 'e' [-Wunused-variable]
     int x=0,c,e,f,y;
               ^
/in/foo.cc:6:17: warning: unused variable 'f' [-Wunused-variable]
     int x=0,c,e,f,y;
                 ^

信息

递交者
类型
递交
比赛
2021.5.26本周数组练习(学校社团专练)
语言
C++
递交时间
2021-06-02 16:34:53
评测时间
2021-06-02 16:35:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes