본문 바로가기

GAME10

비쥬얼스튜디오2012 fatal error c1083... cocos2dx 3.5 에서 프로젝트 생성하고 비쥬얼스튜디오2012로 프로젝트 불러와 빌드 하면 fatal error c1083 에러 ~~~~ 비쥬얼 스튜디오2012 업데이트요망메뉴 -> 도구 -> 확장 및 업데이트 에서 업데이트 하면 됨. 이 삽질을 3.5 부터 3.6.까지 지우고 깔고 지우고깔고 3시간 삽질함... 비쥬얼 스튜디오 2012 업데이트 ~~~꼭 (업데이트4까지로 알고있음.) 2015. 5. 27.
Temperatures import java.util.*;import java.io.*;import java.math.*; /** * Auto-generated code below aims at helping you parse * the standard input according to the problem statement. **/class Solution { public static void main(String args[]) { Scanner in = new Scanner(System.in); int N = in.nextInt(); // the number of temperatures to analyse // System.err.println("N : "+ N); in.nextLine(); int temperatures .. 2015. 2. 11.
Skynet: the Chasm import java.util.*;import java.io.*;import java.math.*; /** * Auto-generated code below aims at helping you parse * the standard input according to the problem statement. **/class Player { public static void main(String args[]) { Scanner in = new Scanner(System.in); int R = in.nextInt(); // the length of the road before the gap. // 점프전까지의 거리. int G = in.nextInt(); // the length of the gap. // 점프.. 2015. 2. 10.
Power of Thor import java.util.*;import java.io.*;import java.math.*; /** * Auto-generated code below aims at helping you parse * the standard input according to the problem statement. **/class Player { public static void main(String args[]) { Scanner in = new Scanner(System.in); int LX = in.nextInt(); // the X position of the light of power int LY = in.nextInt(); // the Y position of the light of power int T.. 2015. 2. 10.