Zoom
Kizspy.me
Constraint:

<id> is an integer that greater than 0.
<name>, <project>, <location> is a single word.

The value of <type> can be Work or Personal.
The output: all result must be print out into the output.txt file.
Test Case 1: Add one WorkTask
Sample Input 1
input.txt
1
output.txt
Add new work: 1 ReportX
Work 1 ReportX ProjectA
Test Case 2: Add one PersonalTask and mark as done
Sample Input 2
input.txt
2
Personal 2 Grocery Home
Done 2
4 of 4
Paper No: 1
+ 100%
output.txt
Add new personal: 2 Grocery
2 is done!
Close