I am wondering what multiplier is used when the time constraints change by 1s because I am really having trouble at least narrowing down the time complexity of the solution when the time constraints are not for 1 second for example: https://codeforces.net/problemset/problem/1732/C1 which has a time limit of 4 seconds. can I make a time complexity of N^2 work?