0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_38686604_1503.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_38686604_1503.cpp:1:1: error: 'include' does not name a type
1 | include<bits/stdc++.h>
| ^~~~~~~
0_0_38686604_1503.cpp: In function 'void work()':
0_0_38686604_1503.cpp:8:9: error: 'scanf' was not declared in this scope
8 | scanf("%d%lld%s",&n,&k,s+1);
| ^~~~~
0_0_38686604_1503.cpp:10:24: error: 'puts' was not declared in this scope
10 | if(k&1)puts("0");
| ^~~~
0_0_38686604_1503.cpp:11:22: error: 'puts' was not declared in this scope
11 | else puts("1");
| ^~~~
0_0_38686604_1503.cpp:23:25: error: 'printf' was not declared in this scope
23 | printf("%s\n",s+1);
| ^~~~~~
0_0_38686604_1503.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | include<bits/stdc++.h>
0_0_38686604_1503.cpp:37:9: error: 'printf' was not declared in this scope
37 | printf("%s\n",s+1);
| ^~~~~~
0_0_38686604_1503.cpp:37:9: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_38686604_1503.cpp: In function 'int main()':
0_0_38686604_1503.cpp:40:15: error: 'scanf' was not declared in this scope
40 | int T;scanf("%d",&T);
| ^~~~~
|