#include <stdio.h> int main(void) { printf("반갑습니다."); printf("123\n"); printf("456789\n"); printf("123\n456789"); return 0;}
Standard input is empty
반갑습니다.123 456789 123 456789
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!