Skip to content

Commit 98dfc01

Browse files
committedMay 9, 2021
Fix is zero description
1 parent 38c8d52 commit 98dfc01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎configs/task-tracker-sources/tasks.js

-2
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ const tasks = [
101101
[
102102
{
103103
'input': '3\n' +
104-
'9\n' +
105104
'0\n' +
106105
'1',
107106
'output': 'YES'
108107
},
109108
{
110109
'input': '3\n' +
111-
'9\n' +
112110
'-15\n' +
113111
'1',
114112
'output': 'NO'

0 commit comments

Comments
 (0)
Please sign in to comment.