0_0_34150647_13733.cpp:6:1: error: stray '\241' in program
while(scanf(¡°%lf%lf¡±,&v,&d)!=EOF)
^
0_0_34150647_13733.cpp:6:1: error: stray '\260' in program
0_0_34150647_13733.cpp:6:1: error: stray '\241' in program
0_0_34150647_13733.cpp:6:1: error: stray '\261' in program
0_0_34150647_13733.cpp:7:1: error: stray '\241' in program
printf(¡°%lf\n¡±,ceil(v/d+sqrt(2*v/d+0.25)-1.5));
^
0_0_34150647_13733.cpp:7:1: error: stray '\260' in program
0_0_34150647_13733.cpp:7:1: error: stray '\' in program
0_0_34150647_13733.cpp:7:1: error: stray '\241' in program
0_0_34150647_13733.cpp:7:1: error: stray '\261' in program
0_0_34150647_13733.cpp: In function 'int main()':
0_0_34150647_13733.cpp:6:15: error: expected primary-expression before '%' token
while(scanf(¡°%lf%lf¡±,&v,&d)!=EOF)
^
0_0_34150647_13733.cpp:6:16: error: 'lf' was not declared in this scope
while(scanf(¡°%lf%lf¡±,&v,&d)!=EOF)
^
0_0_34150647_13733.cpp:7:10: error: expected primary-expression before '%' token
printf(¡°%lf\n¡±,ceil(v/d+sqrt(2*v/d+0.25)-1.5));
^
|