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 1435. Financial Error

Is python solution even possible? TLE #43
Posted by iron_orc 16 May 2021 10:11
Always got TLE 43. I've tried different optimization on python, but nothing work. C++ with same code and std::getline optimization got AC with almost TLE 300-350msec. And as I see no one has AC with Python =\
Re: Is python solution even possible? TLE #43
Posted by yyll 7 Feb 2022 09:13
yes.
AC in 0.312s