0_0_38333188_25951.cpp:12:7: error: stray '#' in program
s[x]=#include<bits/stdc++.h>
^
0_0_38333188_25951.cpp: In function 'int find(int)':
0_0_38333188_25951.cpp:12:8: error: 'include' was not declared in this scope
s[x]=#include<bits/stdc++.h>
^
0_0_38333188_25951.cpp:12:16: error: 'bits' was not declared in this scope
s[x]=#include<bits/stdc++.h>
^
0_0_38333188_25951.cpp:12:21: error: 'stdc' was not declared in this scope
s[x]=#include<bits/stdc++.h>
^
0_0_38333188_25951.cpp:13:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_38333188_25951.cpp:17:12: error: a function-definition is not allowed here before '{' token
void init(){
^
0_0_38333188_25951.cpp:21:16: error: a function-definition is not allowed here before '{' token
int find(int x){
^
0_0_38333188_25951.cpp:81:1: error: expected '}' at end of input
}
^
|