I copied the code for the question 1811E from the gfg site of an almost similar question,and had to do minor change as per 1811E, the source code was published way before the contest. Im attaching the link of the gfg code i used for my soln.
Thanks
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
4 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
8 | Dominater069 | 154 |
8 | nor | 154 |
I copied the code for the question 1811E from the gfg site of an almost similar question,and had to do minor change as per 1811E, the source code was published way before the contest. Im attaching the link of the gfg code i used for my soln.
Thanks
Название |
---|
You can use algorithm, but you can't copy code...
You shouldn't check other websites for solutions, rather should write your own solutions.
thanks a lot, I didnt know we had to write our own code.
I was looking for hints on these type(digit dp) of questions, this question in itself turned out to be a standard question of digit dp, and seeing the number of accepted solns by newbies and pupils of this tough question during contest, its more than visible that I am not alone who did that question this way
Its stated in the rules if I look from a source which existed before the contest even started, I can look it up from there, I dont think I broke any rules
You actually can copy code (and you can check other websites).
I did it at least twice: 140484810, 197118210