0_0_15806219_16834.cpp: In function 'int main()':
0_0_15806219_16834.cpp:2:12: error: expected primary-expression before '%' token
int main(){%d
^
0_0_15806219_16834.cpp:2:13: error: 'd' was not declared in this scope
int main(){%d
^
0_0_15806219_16834.cpp:3:2: error: unable to find numeric literal operator 'operator""int'
%9int a,b;%d
^
0_0_15806219_16834.cpp:3:2: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_15806219_16834.cpp:3:11: error: expected primary-expression before '%' token
%9int a,b;%d
^
0_0_15806219_16834.cpp:4:2: error: unable to find numeric literal operator 'operator""while'
%9while (~scanf("%d%d",&a,&b) ) printf("%d%d\n",a+b);%d
^
0_0_15806219_16834.cpp:4:2: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_15806219_16834.cpp:4:25: error: 'a' was not declared in this scope
%9while (~scanf("%d%d",&a,&b) ) printf("%d%d\n",a+b);%d
^
0_0_15806219_16834.cpp:4:28: error: 'b' was not declared in this scope
%9while (~scanf("%d%d",&a,&b) ) printf("%d%d\n",a+b);%d
^
0_0_15806219_16834.cpp:4:54: error: expected primary-expression before '%' token
%9while (~scanf("%d%d",&a,&b) ) printf("%d%d\n",a+b);%d
^
0_0_15806219_16834.cpp:5:2: error: unable to find numeric literal operator 'operator""return'
%9return 0;%d
^
0_0_15806219_16834.cpp:5:2: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_15806219_16834.cpp:5:12: error: expected primary-expression before '%' token
%9return 0;%d
^
|