journey.cpp:53:2: error: stray '#' in program
53 | }#include<bits/stdc++.h>
| ^
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:11: error: 'bits' was not declared in this scope
53 | }#include<bits/stdc++.h>
| ^~~~
journey.cpp:53:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
53 | }#include<bits/stdc++.h>
| ^~~~
| std
journey.cpp:53:3: error: 'include' does not name a type
53 | }#include<bits/stdc++.h>
| ^~~~~~~
journey.cpp:59:5: error: redefinition of 'int main()'
59 | int main(){
| ^~~~
journey.cpp:7:5: note: 'int main()' previously defined here
7 | int main(){
| ^~~~