Closed 981377660LMT closed 11 months ago
Hi there,
Thank you for reaching out to us.
We've relayed this issue to our team to investigate.
We will reach back to you after we have the results.
Thank you for your support.
Thank you for your time.
We've used your feedback to check the problem.
The team decided to reject this feedback after the evaluation.
If you have any other questions or feedback, please don't hesitate to let us know!
We appreciate your support!
LeetCode Username
981377660LMT
Problem number, title, and link
1622. Fancy Sequence
Category of the bug
Description of the bug
I've noticed that LeetCode has adjusted the total timeout limit for JavaScript/TypeScript from 10,000ms to 3,000ms. This is unreasonable and annoying. My reasons are as follows:
As a user proficient in JavaScript/TypeScript and a senior LeetCode user with a problem volume of 3000, my experience is not good in this regard. Therefore, I believe that LeetCode should adjust the timeout limit of JavaScript/TypeScript back to 10,000ms.
Language used for code
Typescript
Code used for Submit/Run operation
using segmentTree to solve range affine problem.
Expected behavior
This code needs to pass.
Screenshots
Now (TLE)
Before (AC,4660ms)
Additional context
LCUS is the same.