0_0_38517251_32338.cpp: In function 'int main()':
0_0_38517251_32338.cpp:13:19: error: unable to find numeric literal operator 'operator""B'
for(i=1;i<=a;i%2B%2B)
^
0_0_38517251_32338.cpp:13:19: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_38517251_32338.cpp:13:22: error: unable to find numeric literal operator 'operator""B'
for(i=1;i<=a;i%2B%2B)
^
0_0_38517251_32338.cpp:13:22: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_38517251_32338.cpp:15:10: error: unable to find numeric literal operator 'operator""i'
if(a%25i==0)num%2B%2B;
^
0_0_38517251_32338.cpp:15:10: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_38517251_32338.cpp:15:21: error: unable to find numeric literal operator 'operator""B'
if(a%25i==0)num%2B%2B;
^
0_0_38517251_32338.cpp:15:21: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_38517251_32338.cpp:15:24: error: unable to find numeric literal operator 'operator""B'
if(a%25i==0)num%2B%2B;
^
0_0_38517251_32338.cpp:15:24: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
|