#include #include int main(void) { b_stream_read_line_s(b_stdin, b_stdout); b_stream_write_char(b_stdout, '\n'); return 0; }