0_0_20869305_1033.cpp: In function 'int move(int, int)':
0_0_20869305_1033.cpp:6:15: error: unable to find numeric literal operator 'operator""B'
int gao = s&11111111111110000000000000B;
^
0_0_20869305_1033.cpp:6:15: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:7:14: error: unable to find numeric literal operator 'operator""B'
int di = s&1111111111111B;
^
0_0_20869305_1033.cpp:7:14: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:14:18: error: unable to find numeric literal operator 'operator""B'
int tmp = di&1000000000000B;
^
0_0_20869305_1033.cpp:14:18: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:16:13: error: unable to find numeric literal operator 'operator""B'
di = di&1111111111111B;
^
0_0_20869305_1033.cpp:16:13: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:20:19: error: unable to find numeric literal operator 'operator""B'
int a = gao & 1110000000000B;
^
0_0_20869305_1033.cpp:20:19: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:21:18: error: unable to find numeric literal operator 'operator""B'
int b = di & 1110000000000B;
^
0_0_20869305_1033.cpp:21:18: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:22:17: error: unable to find numeric literal operator 'operator""B'
gao = gao & 1111111111B;
^
0_0_20869305_1033.cpp:22:17: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:23:15: error: unable to find numeric literal operator 'operator""B'
di = di & 1111111111B;
^
0_0_20869305_1033.cpp:23:15: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:33:18: error: unable to find numeric literal operator 'operator""B'
int tmp = di&1000000000000B;
^
0_0_20869305_1033.cpp:33:18: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp:35:15: error: unable to find numeric literal operator 'operator""B'
gao = gao&1111111111111B;
^
0_0_20869305_1033.cpp:35:15: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_20869305_1033.cpp: In function 'int bfs(int, int)':
0_0_20869305_1033.cpp:45:3: error: 'q' was not declared in this scope
q.push(s);
^
0_0_20869305_1033.cpp: In function 'int main()':
0_0_20869305_1033.cpp:75:16: error: unable to find numeric literal operator 'operator""B'
int s=0, t=1111111111111B;
^
0_0_20869305_1033.cpp:75:16: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
|