Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s1 = 'He said ''Look over there!''';
s2_correct = 'He said ''''Look over there!''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
2 | Pass |
s1 = '''';
s2_correct = '''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
Remove the polynomials that have positive real elements of their roots.
448 Solvers
202 Solvers
random picture with random colours
125 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1064 Solvers
168 Solvers