File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#include<iostream>
2+
using namespace std;
3+
4+
int x;
5+
6+
int main()
7+
{
8+
int x=5; x=10;
9+
x=::x;
10+
cout<<::x+x::x+x;
11+
12+
return 0;
13+
}

0 commit comments

Comments
 (0)