ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1365. Testing Calculator

Running the java applet
Posted by Whyyes 6 Apr 2018 06:43
If none of your browsers let you run java applets anymore, you can just download the jar:
http://acm.timus.ru/Supplement/CalcEngine/CalcEngineGUI.jar

Then run it as:
java -cp CalcEngineGUI.jar CalcEngineApplet
Re: Running the java applet
Posted by mouse_wireless2 23 May 2019 02:31
Since you're able to download it, you can actually decompile it and submit the code to get accepted. There's a Thread.Sleep(3000) in there that you'll need to comment out.