algorithm/기초다지기
502 : 출력 - 자가진단2
m0nd2y
2018. 2. 26. 21:59
502 : 출력 - 자가진단2
다음과 같이 출력되는 프로그램을 작성하라.
![]() Programming! It's fun. |
/************************************************************** Problem: 502 User: ldj6192 Language: C++ Result: Success Time:0 ms Memory:1088 kb ****************************************************************/ #include int main() { printf("Programming!\n");//\n 한줄엔터 printf("재미있어요! "); return 0; }
기타오류 + 문의는 프로필 확인해주세요!