小编And*_*w.M的帖子

为什么会出错:重新定义;y0 以前的定义是“函数”?

代码中唯一写的是:

#include <iostream>
using namespace std;


int x0, y0;
Run Code Online (Sandbox Code Playgroud)

当我编译时它给了我一个错误:'y0':redefinition; 以前的定义是“功能”

c++ compiler-errors

0
推荐指数
1
解决办法
1443
查看次数

标签 统计

c++ ×1

compiler-errors ×1