Thursday, 2 March 2017

My first code on Google Script

Problem
I have three different columns in my current excel sheet containing contest-id, problem-id and problem-name for the problems that I have solved on CodeForces. Now I want to generate a new column which contains the name of the problems with the link to that problem on the CodeForces.

Solution
The following code on Google Scipt

No comments:

Post a Comment