The current selected programming language is C. We emphasize the submission of a fully working code over partially correct but efficient code. Once submitted, you cannot review this problem again. You can use printf() to debug your code. The printf() may not work in case of syntax/runtime error. The version of
GCC being used is 5.5.0.
public class Main {
public static void main(String[] args) {
System.out.printf("%s is not %s!!!\n", "Java", "C");
}
}
Comments
Leave a comment