0_0_37289551_31146.cpp:36:6: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_37289551_31146.cpp: In function 'int main()':
0_0_37289551_31146.cpp:36:7: error: 'include' was not declared in this scope
}#include <bits/stdc++.h>
^
0_0_37289551_31146.cpp:36:16: error: 'bits' was not declared in this scope
}#include <bits/stdc++.h>
^
0_0_37289551_31146.cpp:36:21: error: 'stdc' was not declared in this scope
}#include <bits/stdc++.h>
^
0_0_37289551_31146.cpp:40:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_37289551_31146.cpp:43:14: error: conflicting declaration 'int t [100009]'
int p[N], t[N], id[N];
^
0_0_37289551_31146.cpp:32:9: note: previous declaration as 'int t'
int t;
^
0_0_37289551_31146.cpp:44:26: error: a function-definition is not allowed here before '{' token
bool sortt(int i, int j) {
^
0_0_37289551_31146.cpp:49:15: error: a function-definition is not allowed here before '{' token
void doWork() {
^
0_0_37289551_31146.cpp:76:1: error: expected '}' at end of input
}
^
|