-
Notifications
You must be signed in to change notification settings - Fork 665
Unable input string as test case use file #739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe you do something like this ["abcabcbb"\n"abcabcbb" ], make sure there is a space at the end, and without the [] |
"make sure there is a space at the end" this thing is Not enough grace |
if I want to input ---> " " “ ” is not a valid value of type string |
What I do know is
with a space in the beggining and space before the breakline |
🐛 Bug Report
Platform: Windows
One single line like ""abcabcbb"" can work.
but Multiline cause error, input like follow:
case 1:
""abcabcbb""
""abcabcbb""
Runtime Error
Error
"abcabcbb"" is not a valid value of type string
"abcabcbb"" is not a valid value of type string
Your Input
"abcabcbb""
"abcabcbb"
case 2
"\"XX\""
"\"bacdgf\""
Runtime Error
Error
\XX\" is not a valid value of type string
\XX\" is not a valid value of type string
Your Input
\XX\"
"\bacdgf\
The text was updated successfully, but these errors were encountered: