0_0_20982535_25083.cpp:9:30: error: stray '#' in program
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp:9:35: error: stray '#' in program
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp:9:46: error: stray '#' in program
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp:9:62: error: stray '#' in program
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp: In function 'int main()':
0_0_20982535_25083.cpp:9:31: error: lvalue required as unary '&' operand
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp:9:36: error: lvalue required as unary '&' operand
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp:9:49: error: expected ')' before ';' token
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp:9:54: error: expected ';' before ')' token
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
0_0_20982535_25083.cpp:9:68: error: expected ';' before ')' token
printf("Case %d: %.4f\n", ++T, (q + 1.0) / (p + 2));
^
|