0_0_12985283_27206.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_12985283_27206.cpp: In function `void Read(T&)':
0_0_12985283_27206.cpp:4: error: there are no arguments to `getchar' that depend on a template parameter, so a declaration of `getchar' must be available
0_0_12985283_27206.cpp:4: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
0_0_12985283_27206.cpp: In function `int main()':
0_0_12985283_27206.cpp:9: error: `scanf' undeclared (first use this function)
0_0_12985283_27206.cpp:9: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12985283_27206.cpp:9: error: `EOF' undeclared (first use this function)
0_0_12985283_27206.cpp:9: error: `printf' undeclared (first use this function)
|