0_0_33612792_23855.cpp:31:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_33612792_23855.cpp:31:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_33612792_23855.cpp:35:14: error: redefinition of 'const double eps'
const double eps=1e-9;
^
0_0_33612792_23855.cpp:5:14: note: 'const double eps' previously defined here
const double eps=1e-9;
^
0_0_33612792_23855.cpp:36:8: error: redefinition of 'double L'
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:6:8: note: 'double L' previously declared here
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:36:10: error: redefinition of 'double x'
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:6:10: note: 'double x' previously declared here
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:36:12: error: redefinition of 'double y'
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:6:12: note: 'double y' previously declared here
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:36:14: error: redefinition of 'double vx'
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:6:14: note: 'double vx' previously declared here
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:36:17: error: redefinition of 'double vy'
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:6:17: note: 'double vy' previously declared here
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:36:20: error: redefinition of 'double S'
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:6:20: note: 'double S' previously declared here
double L,x,y,vx,vy,S;
^
0_0_33612792_23855.cpp:37:5: error: redefinition of 'int K'
int K;
^
0_0_33612792_23855.cpp:7:5: note: 'int K' previously declared here
int K;
^
0_0_33612792_23855.cpp: In function 'll cal(double, double, double)':
0_0_33612792_23855.cpp:38:4: error: redefinition of 'll cal(double, double, double)'
ll cal(double dx,double dy,double angle){
^
0_0_33612792_23855.cpp:8:4: note: 'll cal(double, double, double)' previously defined here
ll cal(double dx,double dy,double angle){
^
0_0_33612792_23855.cpp: In function 'll check(double)':
0_0_33612792_23855.cpp:42:4: error: redefinition of 'll check(double)'
ll check(double mid){
^
0_0_33612792_23855.cpp:12:4: note: 'll check(double)' previously defined here
ll check(double mid){
^
0_0_33612792_23855.cpp: In function 'void rua()':
0_0_33612792_23855.cpp:46:6: error: redefinition of 'void rua()'
void rua(){
^
0_0_33612792_23855.cpp:16:6: note: 'void rua()' previously defined here
void rua(){
^
0_0_33612792_23855.cpp: In function 'int main()':
0_0_33612792_23855.cpp:57:5: error: redefinition of 'int main()'
int main(){
^
0_0_33612792_23855.cpp:27:5: note: 'int main()' previously defined here
int main(){
^
|