0_0_12656121_21127.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_12656121_21127.cpp:20: error: expected init-declarator before '<' token
0_0_12656121_21127.cpp:20: error: expected `,' or `;' before '<' token
0_0_12656121_21127.cpp: In function `void R(T&)':
0_0_12656121_21127.cpp:23: error: there are no arguments to `getchar' that depend on a template parameter, so a declaration of `getchar' must be available
0_0_12656121_21127.cpp:23: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
0_0_12656121_21127.cpp:23: error: there are no arguments to `getchar' that depend on a template parameter, so a declaration of `getchar' must be available
0_0_12656121_21127.cpp:23: error: there are no arguments to `getchar' that depend on a template parameter, so a declaration of `getchar' must be available
0_0_12656121_21127.cpp:23: error: there are no arguments to `getchar' that depend on a template parameter, so a declaration of `getchar' must be available
0_0_12656121_21127.cpp: In function `int main()':
0_0_12656121_21127.cpp:47: error: `scanf' undeclared (first use this function)
0_0_12656121_21127.cpp:47: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12656121_21127.cpp:47: error: `EOF' undeclared (first use this function)
0_0_12656121_21127.cpp:48: error: `printf' undeclared (first use this function)
0_0_12656121_21127.cpp:49: error: `memset' undeclared (first use this function)
0_0_12656121_21127.cpp: In function `void R(T&) [with T = int]':
0_0_12656121_21127.cpp:50: instantiated from here
0_0_12656121_21127.cpp:23: error: `getchar' undeclared (first use this function)
|