0_0_22369070_18651.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_22369070_18651.cpp:8:1: error: explicit instantiation shall not use 'inline' specifier [-fpermissive]
inline void read(T& x) {
^
0_0_22369070_18651.cpp:8:19: error: variable or field 'read' declared void
inline void read(T& x) {
^
0_0_22369070_18651.cpp:8:18: error: expected ';' before '(' token
inline void read(T& x) {
^
0_0_22369070_18651.cpp: In function 'int main()':
0_0_22369070_18651.cpp:24:11: error: 'read' was not declared in this scope
read(a);//µÈ¼Û?scanf(?d?&a);
^
|