5013 [정올] #501 출력 - 자가진단1(python) https://jungol.co.kr/problem/501?cursor=eyJwcm9ibGVtc2V0IjoiMiIsImZpZWxkIjowLCJpZHgiOjF9 JUNGOL code_blocks 코드 보기 jungol.co.kr 답 print("Fun Programming!") 1. 출력 "Fun Programming!"를 출력해준다 끝 2024. 2. 16. [정올] #501 출력 - 자가진단1(c언어) https://jungol.co.kr/problem/501?cursor=eyJwcm9ibGVtc2V0IjoiMiIsImZpZWxkIjowLCJpZHgiOjF9 JUNGOL code_blocks 코드 보기 jungol.co.kr 답 #include int main() { printf("Fun Programming!"); return 0; } 1. 출력 "Fun Programming!"를 출력해준다 끝 2024. 2. 16. [정올] #501 출력 - 자가진단1(c++) https://jungol.co.kr/problem/501?cursor=eyJwcm9ibGVtc2V0IjoiMiIsImZpZWxkIjowLCJpZHgiOjF9 JUNGOL code_blocks 코드 보기 jungol.co.kr 답 #include using namespace std; int main(){ ios_base::sync_with_stdio(0); cin.tie(0); cout 2024. 2. 11. 이전 1 다음