#include<stdlib.h>#include<iostream>using namespace std;namespace A{ int x=1; void fun() { cout<<"A"<<endl: }} namespace B { int x=2; void fun() { cout<<"B"<<endl; }}int main(void){ cout<<A::x<<endl; B::fun(); system("pause"); return 0;}
3 回答
慕仰2239611
TA贡献2条经验 获得超0个赞
1> 正在创建“Debug\test2.unsuccessfulbuild”,因为已指定“AlwaysCreate”。
1>ClCompile:
1> test.cpp
1>c:\users\administrator\desktop\test2\test.cpp(9): error C2143: 语法错误 : 缺少“;”(在“:”的前面)
1>c:\users\administrator\desktop\test2\test.cpp(9): error C2143: 语法错误 : 缺少“;”(在“:”的前面)
1>
1>生成失败。
1>
1>已用时间 00:00:00.59
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
- 3 回答
- 0 关注
- 1809 浏览
添加回答
举报
0/150
提交
取消