0_0_17843075_7223.cpp:57:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_17843075_7223.cpp:57:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_17843075_7223.cpp: In function 'bool judge(ll)':
0_0_17843075_7223.cpp:61:6: error: redefinition of 'bool judge(ll)'
bool judge(ll x)
^
0_0_17843075_7223.cpp:5:6: note: 'bool judge(ll)' previously defined here
bool judge(ll x)
^
0_0_17843075_7223.cpp: In function 'int main()':
0_0_17843075_7223.cpp:77:5: error: redefinition of 'int main()'
int main()
^
0_0_17843075_7223.cpp:21:5: note: 'int main()' previously defined here
int main()
^
|