0_0_37401510_31176.cpp: In function 'int main()':
0_0_37401510_31176.cpp:7:14: error: unable to find numeric literal operator 'operator""B1'
char x[n%2B1][500];
^
0_0_37401510_31176.cpp:7:14: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:8:22: error: unable to find numeric literal operator 'operator""B'
for(i=0; i<=n; i%2B%2B)
^
0_0_37401510_31176.cpp:8:22: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:8:25: error: unable to find numeric literal operator 'operator""B'
for(i=0; i<=n; i%2B%2B)
^
0_0_37401510_31176.cpp:8:25: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:9:14: error: 'x' was not declared in this scope
gets(x[i]);
^
0_0_37401510_31176.cpp:10:22: error: unable to find numeric literal operator 'operator""B'
for(i=0; i<=n; i%2B%2B)
^
0_0_37401510_31176.cpp:10:22: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:10:25: error: unable to find numeric literal operator 'operator""B'
for(i=0; i<=n; i%2B%2B)
^
0_0_37401510_31176.cpp:10:25: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:12:18: error: 'x' was not declared in this scope
b=strlen(x[i]);
^
0_0_37401510_31176.cpp:12:22: error: 'strlen' was not declared in this scope
b=strlen(x[i]);
^
0_0_37401510_31176.cpp:13:25: error: unable to find numeric literal operator 'operator""B'
for(j=0; j<b; j%2B%2B)
^
0_0_37401510_31176.cpp:13:25: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:13:28: error: unable to find numeric literal operator 'operator""B'
for(j=0; j<b; j%2B%2B)
^
0_0_37401510_31176.cpp:13:28: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:26:25: error: unable to find numeric literal operator 'operator""B'
x[i][j]%2B=32;
^
0_0_37401510_31176.cpp:26:25: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:29:22: error: unable to find numeric literal operator 'operator""B'
for(i=0; i<=n; i%2B%2B)
^
0_0_37401510_31176.cpp:29:22: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:29:25: error: unable to find numeric literal operator 'operator""B'
for(i=0; i<=n; i%2B%2B)
^
0_0_37401510_31176.cpp:29:25: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_37401510_31176.cpp:30:25: error: 'x' was not declared in this scope
printf("%25s\n",x[i]);
^
|