You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Malthael edited this page Dec 13, 2015
·
1 revision
class Problem {
public String title;
public String description;
public List<TestData> testdata;
class TestData {
public String input;
public String answer;
}
}