0_0_37852529_14951.cpp: In function 'void read(T&)':
0_0_37852529_14951.cpp:20:18: error: expected ';' before 'char'
ch = get char();
^
0_0_37852529_14951.cpp: In instantiation of 'void read(T&) [with T = int]':
0_0_37852529_14951.cpp:133:18: required from here
0_0_37852529_14951.cpp:20:12: error: cannot resolve overloaded function 'get' based on conversion to type 'char'
ch = get char();
^
|