0_0_38854863_26286.cpp:21:8: error: missing terminating " character
21 | printf(" ¡°);
| ^~~~~~
0_0_38854863_26286.cpp:24:8: error: stray '\241' in program
24 | printf(<a1><b1>%.2lf",f/b);
| ^~~~
0_0_38854863_26286.cpp:24:9: error: stray '\261' in program
24 | printf(<a1><b1>%.2lf",f/b);
| ^~~~
0_0_38854863_26286.cpp:24:15: error: missing terminating " character
24 | printf(¡±%.2lf",f/b);
| ^~~~~~~
0_0_38854863_26286.cpp:35:8: error: missing terminating " character
35 | printf(" ¡°);
| ^~~~~~
0_0_38854863_26286.cpp:39:8: error: stray '\241' in program
39 | printf(<a1><b1>%.2lf",d[i]);
| ^~~~
0_0_38854863_26286.cpp:39:9: error: stray '\261' in program
39 | printf(<a1><b1>%.2lf",d[i]);
| ^~~~
0_0_38854863_26286.cpp:39:15: error: missing terminating " character
39 | printf(¡±%.2lf",d[i]);
| ^~~~~~~~
0_0_38854863_26286.cpp: In function 'int main()':
0_0_38854863_26286.cpp:7:31: error: 'a0' was not declared in this scope; did you mean 'a'?
7 | while(~scanf("%d%d",&a,&b)&&!(a0||b0)) {
| ^~
| a
0_0_38854863_26286.cpp:7:35: error: 'b0' was not declared in this scope; did you mean 'b'?
7 | while(~scanf("%d%d",&a,&b)&&!(a0||b0)) {
| ^~
| b
0_0_38854863_26286.cpp:22:1: error: expected primary-expression before '}' token
22 | }
| ^
0_0_38854863_26286.cpp:24:10: error: expected primary-expression before '%' token
24 | printf(¡±%.2lf",f/b);
| ^
0_0_38854863_26286.cpp:24:11: error: unable to find numeric literal operator 'operator""lf'
24 | printf(¡±%.2lf",f/b);
| ^~~~
0_0_38854863_26286.cpp:24:11: note: use '-fext-numeric-literals' to enable more built-in suffixes
0_0_38854863_26286.cpp:36:1: error: expected primary-expression before '}' token
36 | }
| ^
0_0_38854863_26286.cpp:39:10: error: expected primary-expression before '%' token
39 | printf(¡±%.2lf",d[i]);
| ^
0_0_38854863_26286.cpp:39:11: error: unable to find numeric literal operator 'operator""lf'
39 | printf(¡±%.2lf",d[i]);
| ^~~~
0_0_38854863_26286.cpp:39:11: note: use '-fext-numeric-literals' to enable more built-in suffixes
|