0_0_30534294_20596.cpp:34:3: error: stray '#' in program
} #include<bits/stdc++.h>
^
0_0_30534294_20596.cpp:34:4: error: 'include' does not name a type
} #include<bits/stdc++.h>
^
0_0_30534294_20596.cpp: In function 'int main()':
0_0_30534294_20596.cpp:36:5: error: redefinition of 'int main()'
int main(){
^
0_0_30534294_20596.cpp:3:5: note: 'int main()' previously defined here
int main(){
^
|