0_0_12910230_16287.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_12910230_16287.cpp: In function `void reader(int*)':
0_0_12910230_16287.cpp:13: error: `getchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12910230_16287.cpp: In function `void reader(long long int*)':
0_0_12910230_16287.cpp:14: error: `getchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `void reader(double*)':
0_0_12910230_16287.cpp:15: error: `scanf' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `int reader(char*)':
0_0_12910230_16287.cpp:16: error: `getchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp:16: error: `EOF' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `void writer(int, char)':
0_0_12910230_16287.cpp:21: error: `putchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `void writer(long long int, char)':
0_0_12910230_16287.cpp:22: error: `putchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `void writer(double, char)':
0_0_12910230_16287.cpp:23: error: `printf' undeclared (first use this function)
0_0_12910230_16287.cpp:23: error: `putchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `void writer(const char*)':
0_0_12910230_16287.cpp:24: error: `putchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `void writer(const char*, char)':
0_0_12910230_16287.cpp:25: error: `putchar_unlocked' undeclared (first use this function)
0_0_12910230_16287.cpp: In function `void writerArr(T*, int)':
0_0_12910230_16287.cpp:29: error: there are no arguments to `putchar_unlocked' that depend on a template parameter, so a declaration of `putchar_unlocked' must be available
0_0_12910230_16287.cpp:29: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
0_0_12910230_16287.cpp: In function `void writerArr(T*, int) [with T = int]':
0_0_12910230_16287.cpp:47: instantiated from here
0_0_12910230_16287.cpp:29: error: `putchar_unlocked' undeclared (first use this function)
|