0_0_39356454_15320.cpp:75:2: error: stray '#' in program
75 | }#include <bits/stdc++.h>
| ^
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:12: error: 'bits' was not declared in this scope
75 | }#include <bits/stdc++.h>
| ^~~~
0_0_39356454_15320.cpp:75:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
75 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39356454_15320.cpp:75:3: error: 'include' does not name a type
75 | }#include <bits/stdc++.h>
| ^~~~~~~
0_0_39356454_15320.cpp:77:11: error: redefinition of 'const int N'
77 | const int N = 1100;
| ^
0_0_39356454_15320.cpp:3:11: note: 'const int N' previously defined here
3 | const int N = 1100;
| ^
0_0_39356454_15320.cpp:79:8: error: redefinition of 'struct Node'
79 | struct Node {
| ^~~~
0_0_39356454_15320.cpp:5:8: note: previous definition of 'struct Node'
5 | struct Node {
| ^~~~
0_0_39356454_15320.cpp:82:8: error: redefinition of 'long double a'
82 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:8:8: note: 'long double a' previously declared here
8 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:82:11: error: redefinition of 'long double b'
82 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:8:11: note: 'long double b' previously declared here
8 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:82:14: error: redefinition of 'long double c'
82 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:8:14: note: 'long double c' previously declared here
8 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:82:17: error: redefinition of 'long double d'
82 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:8:17: note: 'long double d' previously declared here
8 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:82:20: error: redefinition of 'long double e'
82 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:8:20: note: 'long double e' previously declared here
8 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:82:23: error: redefinition of 'long double f'
82 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:8:23: note: 'long double f' previously declared here
8 | double a, b, c, d, e, f;
| ^
0_0_39356454_15320.cpp:84:8: error: redefinition of 'long double ans'
84 | double ans = 1e18;
| ^~~
0_0_39356454_15320.cpp:10:8: note: 'long double ans' previously defined here
10 | double ans = 1e18;
| ^~~
0_0_39356454_15320.cpp:85:6: error: redefinition of 'Node ansp'
85 | Node ansp;
| ^~~~
0_0_39356454_15320.cpp:11:6: note: 'Node ansp' previously declared here
11 | Node ansp;
| ^~~~
0_0_39356454_15320.cpp:86:5: error: redefinition of 'int n'
86 | int n;
| ^
0_0_39356454_15320.cpp:12:5: note: 'int n' previously declared here
12 | int n;
| ^
0_0_39356454_15320.cpp:89:8: error: redefinition of 'long double random(long double, long double)'
89 | double random(double l, double r)
| ^~~~~~
0_0_39356454_15320.cpp:15:8: note: 'long double random(long double, long double)' previously defined here
15 | double random(double l, double r)
| ^~~~~~
0_0_39356454_15320.cpp:94:8: error: redefinition of 'long double dist(Node, Node)'
94 | double dist(Node x, Node y)
| ^~~~
0_0_39356454_15320.cpp:20:8: note: 'long double dist(Node, Node)' previously defined here
20 | double dist(Node x, Node y)
| ^~~~
0_0_39356454_15320.cpp:100:22: error: redefinition of 'std::pair<long double, long double> fcal(long double, long double, long double)'
100 | pair<double, double> fcal(double a, double b, double c)
| ^~~~
0_0_39356454_15320.cpp:26:22: note: 'std::pair<long double, long double> fcal(long double, long double, long double)' previously defined here
26 | pair<double, double> fcal(double a, double b, double c)
| ^~~~
0_0_39356454_15320.cpp:108:8: error: redefinition of 'long double calc(Node)'
108 | double calc(Node x)
| ^~~~
0_0_39356454_15320.cpp:34:8: note: 'long double calc(Node)' previously defined here
34 | double calc(Node x)
| ^~~~
0_0_39356454_15320.cpp:121:6: error: redefinition of 'void simulate_anneal()'
121 | void simulate_anneal()
| ^~~~~~~~~~~~~~~
0_0_39356454_15320.cpp:47:6: note: 'void simulate_anneal()' previously defined here
47 | void simulate_anneal()
| ^~~~~~~~~~~~~~~
0_0_39356454_15320.cpp:138:5: error: redefinition of 'int main()'
138 | int main()
| ^~~~
0_0_39356454_15320.cpp:64:5: note: 'int main()' previously defined here
64 | int main()
| ^~~~
|