Comments

Auto comment: topic has been updated by jainnirav88 (previous revision, new revision, compare).

for the 3rd point, you can try my extension, blog.

Hey, thanks for the suggestion. Sounds like a good idea, I'll do it as soon as possible.

But expect some delay as chrome web store usually takes more than 2-3 days to review extension.

coming soon...

Auto comment: topic has been updated by jainnirav88 (previous revision, new revision, compare).

On geekypandeyCodeforces Tracker, 5 years ago
0

Hey, currently accepted problems are shown in green color for all users, I think it will be better if different colors or some numbering is used for different users.

+5

4 2 7 11 16

o/p : YES 1 4 2 3

your code's o/p : NO

+3

You are not taking the complete input.

see this : https://codeforces.me/contest/1486/submission/107900253

+5

Mine is to reach master or above that.

On shishyandoCodeforces Round #671, 6 years ago
0

check: 1 1

v1.size() returns unsigned integer. hence v1.size()-2 becomes 4294967295.