Test Case 3: Add one Personal Task and mark as done
K
Kizspy.me
Sample Input 3
input.txt
4
Work 1 ReportX ProjectA
Personal 2 Grocery Home
Done 1
PrintAll
output.txt
Add new work: 1 ReportX
Add new personal: 2 Grocery
1 is done!
--PrintAll--
Work: [1] ReportX (ProjectA)
Personal: [2] Grocery (Home)
-
Done
-
Not Done
Test Case 4: PrintByType
Sample Input 4
input.txt
5
Work 1 Design ProjectX
Work 2 Code ProjectX
Personal 3 Call Home
Done 2
PrintByType Work
output.txt
Add new work: 1 Design
Add new work: 2 Code
Add new personal: 3 Call
2 is done!
--PrintByType: Work--
Work: [1] Design (Projectx)
-
Not Done
Work: [2] Code (ProjectX) - Done
Test Case 5 - Hard: Complex series of operations
Sample Input 5
Zoom
input.txt
+ 100%
output.txt
Close