2017-01-31 2 views
0

다음은 TopCoder 애플릿의 코드입니다.코딩 환경 외부에서 컴파일 할 수 없습니다. TopCoder를 컴파일 할 수 없습니다.

import java.util.*; 
import java.util.regex.*; 
import java.text.*; 
import java.math.*; 

public class BinaryCode 
{ 
    public String[] decode(String message) 
    { 
     //method one logic (calls decoded) 
    } 

    public StringBuilder decoded(StringBuilder mess, int initial) { 
     // method two logic (calls toInt) 
    } 

    public int toInt(char c) { 
     // method three 
    } 

<%:testing-code%> 
} 
//Powered by KawigiEdit 2.1.4 (beta) modified by pivanof! 

나는 KawigiEdit을 사용하고 있는데, 컴파일하려고 할 때 다음과 같은 오류가 발생합니다.

You cannot compile outside of coding environment 

Google에서 검색해 보았지만 해결 방법을 설명하는 포럼에는 아무것도 없습니다.

여러 가지 방법이 허용되지 않습니까? 무슨 일이야 ....

답변

0

어떤 이유로 응용 프로그램을 닫고 다시 시작하면 다시 문제가 해결되었습니다. 코드가 잘 컴파일됩니다.

관련 문제