본문 바로가기

전체 글

세 정수의 최대값 구하기 #include void main(){int num1, num2, num3, max; printf(" 세 정수를 입력받아 조건 연산사로 최대값 출력 \n");printf("================================================ \n"); printf("1. 세 정수를 입력하시오 : ");scanf("%d %d %d", &num1, &num2, &num3);max = (num1 > num2) ? num1 : num2;max = (max > num3) ? max : num3; printf("2. %d 와 %d 와 %d 중에서 최대값은 [ %d ] \n", num1, num2, num3, max);} 더보기
[SkillAPI] 간단히 만들어 본 스킬들 배포 더보기
MinetopiaSDBRel - 마인크래프트 새로운 시스템을 추가 Tested Minecraft Versions:1.81.91.101.11Contributors:Royalsnitchynl, Timme7893, CacheCraftMinetopiaSDB – The Minecraft system, reinvented. MinetopiaSDB is a plugin for Minetopia, This idea is copied of a big Dutch youtuber which name I am not allowed to mentoion because of the spigot rules. If you look up Minetopia on youtube you will find out soon enough. I take no rights for the idea, and I re.. 더보기
[1.11] NBTEditor-2.2 NBT 플러그인 더보기
Custom Note Blocks - 신나는 nbs 음반으로 틀자 Spoiler: --> Symbols: Spoiler: Symbols Super Titles support: Create a title with the name cnb_playsong. When you play a song, this title appears! Song packs: Super stars: [LINK] Videogames: [LINK] Random!: [LINK] Video!: 외부 다운로드 더보기
[~1.11]ProtocolSupport - 하위버전도 접속 가능 1.5.2~1.11.2 버전입니다 번지코드용 원본 다운로드 하는 곳에서는 존재하지 않기 때문에 오픈소스로 1.11 도 1.8까지 들어올 수 있게 만들었습니다 더보기