0_0_19115145_9094.cpp: In function 'LL read()':
0_0_19115145_9094.cpp:10:32: error: '_IO_stdin' was not declared in this scope
char ch=_IO_getc_unlocked (_IO_stdin);
^
0_0_19115145_9094.cpp:10:41: error: '_IO_getc_unlocked' was not declared in this scope
char ch=_IO_getc_unlocked (_IO_stdin);
^
|