What does “java result” means?

前端 未结 6 1753
悲&欢浪女
悲&欢浪女 2020-12-19 18:43

after execution of my program written in java I see this output:

java result: 2147483647

What does this number means anyway? T

6条回答
  •  感动是毒
    2020-12-19 19:38

    If you have a default NetBeans project, and you're launching it from NetBeans, then it's being launched by Ant, using the generated build script that's inside your project directory. To narrow down the problem, try launching the program yourself from the command line:

    java acm.mamoth
    

提交回复
热议问题