F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-02-18 20:31:06, Gzip enabled