0_0_37383179_30410.cpp: In function 'int main()':
0_0_37383179_30410.cpp:9:18: error: unable to find numeric literal operator 'operator""N'
for(int i=1;i<=2N;i++){
^
0_0_37383179_30410.cpp:9:18: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37383179_30410.cpp:12:17: error: unable to find numeric literal operator 'operator""N'
for(int i=1;i<=2N;i++){
^
0_0_37383179_30410.cpp:12:17: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37383179_30410.cpp:16:11: error: unable to find numeric literal operator 'operator""i'
a[i]=a[2i];
^
0_0_37383179_30410.cpp:16:11: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37383179_30410.cpp:17:6: error: unable to find numeric literal operator 'operator""i'
a[2i]=temp;
^
0_0_37383179_30410.cpp:17:6: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37383179_30410.cpp:19:13: error: unable to find numeric literal operator 'operator""j'
a[i+j]=a[2j-1];
^
0_0_37383179_30410.cpp:19:13: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37383179_30410.cpp:20:6: error: unable to find numeric literal operator 'operator""j'
a[2j-1]=semp;
^
0_0_37383179_30410.cpp:20:6: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
|