We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #22: Names scores
Project Euler #22: Names scores
Sort by
recency
|
97 Discussions
|
Please Login in order to post a comment
why are there no test cases that challenges the optimization? I wrote a first pass code that I knew could optimize a couple of places and it passed all the tests. This should be made harder.
100% python code
// Using java and all test case passed
import java.util.*;
public class Solution {
}
//C# using System; using System.Collections.Generic;
class Solution { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); string[] str = new string[n];
} }
//c# code using System; using System.Collections.Generic;
class Solution { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); string[] str = new string[n];
}