0_0_33634060_25722.cpp:18:8: error: stray '#' in program
else{#include<bits/stdc++.h>
^
0_0_33634060_25722.cpp: In function 'int main()':
0_0_33634060_25722.cpp:18:9: error: 'include' was not declared in this scope
else{#include<bits/stdc++.h>
^
0_0_33634060_25722.cpp:18:17: error: 'bits' was not declared in this scope
else{#include<bits/stdc++.h>
^
0_0_33634060_25722.cpp:18:22: error: 'stdc' was not declared in this scope
else{#include<bits/stdc++.h>
^
0_0_33634060_25722.cpp:19:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_33634060_25722.cpp:21:18: error: a function-definition is not allowed here before '{' token
bool check(int x){
^
0_0_33634060_25722.cpp:30:11: error: a function-definition is not allowed here before '{' token
int main(){
^
0_0_33634060_25722.cpp:49:1: error: expected '}' at end of input
}
^
0_0_33634060_25722.cpp:49:1: error: expected '}' at end of input
0_0_33634060_25722.cpp:49:1: error: expected '}' at end of input
|