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
Expected
× Runtime Error
× runtime: N/A
× answer:
× stdout: ''
× error: Line 36: ValueError: No JSON object could be decoded
× error: ValueError: No JSON object could be decoded
raise ValueError("No JSON object could be decoded")
Line 382 in raw_decode (/usr/lib/python2.7/json/decoder.py)
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
Line 364 in decode (/usr/lib/python2.7/json/decoder.py)
return _default_decoder.decode(s)
Line 339 in loads (/usr/lib/python2.7/json/init.py)
Line 24 in to_string (/leetcode/python/deserializer.py)
Line 36 in _driver (Solution.py)
Line 49 in (Solution.py)
The text was updated successfully, but these errors were encountered:
@jdneo Thanks for your reply! You can try question #91, i believe all string test case will get this error. I tried "12", '12' and '"12"', none of them can work.
Input data:
'12'
Actual
√ runtime: 84 ms
× answer: 2
√ stdout: ''
Expected
× Runtime Error
× runtime: N/A
× answer:
× stdout: ''
× error: Line 36: ValueError: No JSON object could be decoded
× error: ValueError: No JSON object could be decoded
raise ValueError("No JSON object could be decoded")
Line 382 in raw_decode (/usr/lib/python2.7/json/decoder.py)
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
Line 364 in decode (/usr/lib/python2.7/json/decoder.py)
return _default_decoder.decode(s)
Line 339 in loads (/usr/lib/python2.7/json/init.py)
Line 24 in to_string (/leetcode/python/deserializer.py)
Line 36 in _driver (Solution.py)
Line 49 in (Solution.py)
The text was updated successfully, but these errors were encountered: