0_0_39382064_3587.cpp:38:2: error: stray '#' in program
38 | }#include <stdio.h>
| ^
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:12: error: 'stdio' was not declared in this scope; did you mean 'stdin'?
38 | }#include <stdio.h>
| ^~~~~
| stdin
0_0_39382064_3587.cpp:38:3: error: 'include' does not name a type
38 | }#include <stdio.h>
| ^~~~~~~
0_0_39382064_3587.cpp:42:8: error: redefinition of 'struct Pt'
42 | struct Pt {
| ^~
0_0_39382064_3587.cpp:5:8: note: previous definition of 'struct Pt'
5 | struct Pt {
| ^~
0_0_39382064_3587.cpp:46:6: error: redefinition of 'bool operator<(Pt, Pt)'
46 | bool operator < (Pt a, Pt b) {
| ^~~~~~~~
0_0_39382064_3587.cpp:9:6: note: 'bool operator<(Pt, Pt)' previously defined here
9 | bool operator < (Pt a, Pt b) {
| ^~~~~~~~
0_0_39382064_3587.cpp:50:11: error: redefinition of 'long long int delta(int, int, int)'
50 | long long delta(int lower, int upper, int p) {
| ^~~~~
0_0_39382064_3587.cpp:13:11: note: 'long long int delta(int, int, int)' previously defined here
13 | long long delta(int lower, int upper, int p) {
| ^~~~~
0_0_39382064_3587.cpp:56:5: error: redefinition of 'int main()'
56 | int main() {
| ^~~~
0_0_39382064_3587.cpp:19:5: note: 'int main()' previously defined here
19 | int main() {
| ^~~~
|