0_0_28869612_7034.cpp:132:6: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_28869612_7034.cpp: In function 'int main()':
0_0_28869612_7034.cpp:132:7: error: 'include' was not declared in this scope
}#include<bits/stdc++.h>
^
0_0_28869612_7034.cpp:132:15: error: 'bits' was not declared in this scope
}#include<bits/stdc++.h>
^
0_0_28869612_7034.cpp:132:20: error: 'stdc' was not declared in this scope
}#include<bits/stdc++.h>
^
0_0_28869612_7034.cpp:133:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_28869612_7034.cpp:135:15: error: a function-definition is not allowed here before '{' token
int main(void){
^
0_0_28869612_7034.cpp:266:1: error: expected '}' at end of input
}
^
|