#include <stdio.h>


int main(void)


{

printf("Cow\rW\a\n");

return 0;

}



Cow

W

Program ended with exit code: 0 < 결과

맥북에 엑스코드인뎅