input
stringlengths
511
556
output
sequencelengths
1
1
id
stringlengths
40
40
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9132 + 8930 + 3886 Output:
[ "-3684" ]
task085-a1efa1f1cbff4425aa6a37823b84dcb1
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2335 + 4498 - 6713 + 9907 + 2216 - 8496 - 6592 + 9606 Output:
[ "-2091" ]
task085-35c1d38e42274715911a2bea534e8fe6
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2776 - 4483 + 1373 + 565 + 8624 + 9327 - 9708 - 3957 + 9164 Output:
[ "-8129" ]
task085-fca801051e214ff38eb38328e2b9a1e3
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 519 - 9471 - 7173 - 34 - 5123 + 9104 - 2340 + 7208 - 3693 Output:
[ "12041" ]
task085-9091bd58ba26473abd00ac441c3f602e
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9576 + 3608 - 6553 - 6217 + 7774 - 8918 Output:
[ "19882" ]
task085-bad7f0265e49413486d0879428670d6a
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 666 - 3336 - 8888 + 2337 + 6206 + 4849 + 1227 - 8926 - 6943 Output:
[ "14140" ]
task085-64aaab93b2254579a1048dacafee2178
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5537 + 5618 + 1890 + 6709 - 7276 - 6420 - 4857 - 9294 - 420 Output:
[ "19587" ]
task085-aa3e258b15c949ffa415333cb69022e5
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2531 - 3066 - 2922 - 4747 + 1005 - 3637 Output:
[ "15898" ]
task085-cdedcd2f167f446ebdaa64987b44c58f
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2149 - 3388 + 2448 + 9740 - 1738 + 2813 Output:
[ "-7726" ]
task085-4c7df6f21ac34376bdda37756b83dd71
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1172 - 7368 - 1153 Output:
[ "9693" ]
task085-51252189c8f44876af9ed034c2272218
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6312 - 2037 - 2082 - 5948 + 6933 + 2607 Output:
[ "6839" ]
task085-9b7a98bd329a49b48bf10e3fe79f7d88
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1891 - 2528 + 7244 - 8511 - 2188 + 9621 Output:
[ "-1747" ]
task085-ad18506606824d5f93d4050fccb7dc94
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6059 + 7268 + 1336 + 8368 + 3493 + 4303 + 1681 + 9284 Output:
[ "-29674" ]
task085-139236a80fd74acba72fc9231ff89941
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 3164 - 160 + 1567 - 8453 - 9293 + 9371 Output:
[ "10132" ]
task085-35e7b70f911e4cd88c63c15f1f5c57dc
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1701 + 3893 - 695 + 2870 + 5011 Output:
[ "-9378" ]
task085-e30191068b34445dba697f02f7c04533
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6010 + 6926 - 7204 - 9495 - 5503 - 6652 + 6296 - 4544 Output:
[ "26186" ]
task085-6216e63330dc4a5091ec7776384ff2cc
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2930 + 5086 - 8363 + 1675 Output:
[ "4532" ]
task085-f247585891c042f1b16bf9ed53611060
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4531 + 5489 + 3094 - 5501 Output:
[ "1449" ]
task085-519b75da474945bca59a3cc5c897101e
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 3398 - 7401 + 2018 Output:
[ "8781" ]
task085-6bc043de65ab44c9b9fbf4058b8a1d3f
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6737 + 7211 - 7931 + 851 + 9127 + 3279 + 1644 - 4446 Output:
[ "-2998" ]
task085-a28c98ba1c854352ab0e56b6a814742b
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2284 + 9560 - 3111 + 9599 - 9604 - 2820 + 3680 - 2603 - 1654 Output:
[ "-763" ]
task085-3ec206ec67ec4b4cb8d6f7a05d7766a6
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1462 + 1045 - 6631 - 4510 + 2234 + 4084 - 6610 + 2698 Output:
[ "9152" ]
task085-96faf816972e444ba46c03e12b5ea2db
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1676 - 6154 - 5676 - 4118 + 9092 - 3794 + 5270 - 8655 Output:
[ "15711" ]
task085-25c4f18cfb944839b4a2f30e99fbe587
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 7121 + 1172 - 2303 + 7626 - 6841 - 9838 - 1323 + 2783 Output:
[ "15845" ]
task085-af8f6e0f63e64f368352946b6cbcee3a
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 7870 - 7726 + 1508 + 8722 - 3005 - 7091 Output:
[ "15462" ]
task085-39f404de0a6244e9822186c486701752
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5714 + 9612 - 9989 + 5094 + 4593 - 6390 - 4564 + 9103 Output:
[ "-1745" ]
task085-fd203c4f0cce41449ed3eea9688950b8
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4941 + 5749 + 9849 Output:
[ "-10657" ]
task085-90a05c7497d74ad4b536b388217f851d
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 997 - 8965 + 8736 Output:
[ "1226" ]
task085-3cc52e5a32bd4980b7bad68f295fe39d
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6720 - 4223 + 5399 - 9312 - 3020 - 436 + 6399 - 2509 Output:
[ "14422" ]
task085-a51ae93c59624a4a97ef87819fa4aea7
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4512 - 1829 - 9149 - 7141 + 7164 - 8138 + 7429 - 6700 - 3793 Output:
[ "26669" ]
task085-8ce8658d62554491ac301278e99c18db
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 8513 - 7119 - 47 Output:
[ "15679" ]
task085-b21b7595a4e7444db8b1430d42fcbb74
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1449 - 5549 + 4484 + 6574 + 5348 + 8751 - 2397 Output:
[ "-15762" ]
task085-937b52488346430cb1a0e1b546250308
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 73 + 9376 - 2053 - 5020 + 5949 - 8243 Output:
[ "64" ]
task085-792d4df9655c4841b3030c68d09edfbc
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1161 + 6355 + 56 + 8822 + 3463 - 4485 - 7640 - 3662 - 5513 Output:
[ "3765" ]
task085-03b626b6b37b453788f83baa31cf78db
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5050 + 8264 - 6236 Output:
[ "3022" ]
task085-1800308d92de40b7bc55cfabcf9216ac
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5105 - 3307 + 4959 - 2534 + 6237 + 1762 - 1828 + 7406 Output:
[ "-7590" ]
task085-11f73a0721d2438f80253d33a22a3d2b
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5530 - 4702 + 75 + 4923 + 8735 + 5120 - 9121 + 1576 - 3148 Output:
[ "2072" ]
task085-8f59abb364bd4a7cb9f95fc1f3b898b7
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 3786 + 6393 + 9327 + 4966 - 9761 + 91 - 8891 + 4294 Output:
[ "-2633" ]
task085-03e5811978f74162a848d027e31b8df9
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6039 + 1273 - 2162 - 5061 + 5087 + 4703 Output:
[ "2199" ]
task085-749879f2afa84dfcbac503de2329e0d2
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1721 - 4212 - 9122 + 3705 Output:
[ "11350" ]
task085-62bbbdabafad487b95809297b45b7b23
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6135 + 2702 - 6894 + 7432 + 7623 Output:
[ "-4728" ]
task085-07e4c644e8e04d13947316641dfbc6d0
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 16 + 4157 + 3953 + 8863 Output:
[ "-16957" ]
task085-671895da47c54db78b2d8bc23b50e6b5
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2043 - 9835 - 9764 - 2206 - 6100 + 7494 - 8549 Output:
[ "31003" ]
task085-ed843f4d9dfb4fe69635c6599a347881
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 8190 - 4767 + 743 - 1472 + 9251 - 6994 - 8165 - 3383 Output:
[ "22977" ]
task085-2088432bc7e143338ee7d2ebbcb39321
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9088 + 5222 + 1125 - 4907 + 5742 Output:
[ "1906" ]
task085-9294b10878f14501ba4a97255b9ae2d8
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1381 + 8069 - 1046 + 5269 + 5898 + 4206 + 9751 - 1612 + 82 Output:
[ "-29236" ]
task085-deb2e5bc19bc4639a05453f2e5da6df9
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 3995 - 7175 - 6809 - 531 + 6798 Output:
[ "11712" ]
task085-944c13c2ba584bf582b99b4abe130a86
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 7889 - 2966 - 6461 - 7795 - 8897 - 8405 - 3748 + 4118 - 3428 Output:
[ "45471" ]
task085-aa4a380a57cc49c282c8b21306a02bfd
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2506 + 3963 - 4139 + 3406 - 4950 - 5132 Output:
[ "9358" ]
task085-39618cac862c426c909eb7560053e4ce
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 613 - 5194 + 870 Output:
[ "4937" ]
task085-9adc3f3f17bd40e187616cdee2556d16
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 3260 + 3156 - 3647 + 5268 - 9938 + 2779 - 4323 - 7600 Output:
[ "17565" ]
task085-0e82abdf943e423ca707cadb11bc8a97
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 7749 - 6880 - 8481 - 6261 + 1630 + 4495 + 985 - 7513 Output:
[ "29774" ]
task085-6280df0a65414cb18a06eb64e8bae515
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4633 + 273 + 2791 Output:
[ "1569" ]
task085-a068abdd745843bba766d3b4a7688b97
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 431 - 615 - 8899 + 4345 Output:
[ "5600" ]
task085-761e522549014af7b69a5bb5c720964f
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4203 - 2197 - 5419 - 9369 + 4447 - 2386 - 94 Output:
[ "19221" ]
task085-270949c17439423da69ee87a6720a8c3
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2259 - 5915 + 800 + 8443 - 9891 + 1791 - 8493 Output:
[ "15524" ]
task085-13fef2cff8ed4fa8965539aa329db070
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 113 - 6449 - 8061 - 5583 + 4951 + 2656 Output:
[ "12599" ]
task085-0eb1c2046fbb4eaebbeefa35663d9c05
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 3339 - 3627 + 2254 + 4264 + 4986 + 1159 - 5850 + 5664 + 5553 Output:
[ "-11064" ]
task085-4ab96ecd37eb48e8bccbb99b824bc921
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5948 + 8241 - 5626 - 7710 - 130 - 5120 + 7154 + 7829 - 9258 Output:
[ "10568" ]
task085-4b1d0e39fd7e48499d74c0b318c76dd0
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5503 + 4816 + 7507 + 8409 - 8179 - 6837 - 1444 Output:
[ "1231" ]
task085-3a393f14ecf241d8a7c5b65865c902d9
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1559 - 4001 - 175 - 1058 - 6378 Output:
[ "13171" ]
task085-e4243af0d1f443269972b248f1ff7670
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4533 - 9566 - 2287 + 4647 + 5056 + 6340 + 777 - 4673 + 2170 Output:
[ "2069" ]
task085-cf2c620b9870499ab87094d9429ac3e3
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5487 + 9269 + 7286 + 1616 Output:
[ "-12684" ]
task085-7f3a738fff15485180a3ddcc519058b0
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5652 + 1393 + 2661 - 5661 + 5874 - 4884 - 7457 + 2960 Output:
[ "10766" ]
task085-5924616eadd34023b8d78d6c91ac6090
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 7101 + 8608 + 4637 Output:
[ "-6144" ]
task085-5c553100da7d4e67aa6e2e13c8d884d5
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5768 + 319 - 2546 + 5236 - 6529 - 5734 + 7926 Output:
[ "7096" ]
task085-a3bd733934674f8597610fbcfe53a835
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 7937 - 2534 - 132 + 8203 + 9263 + 8446 + 1405 + 2278 Output:
[ "-18992" ]
task085-4820429def9c4f5f8e98eeb1a44ec260
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2510 + 9033 - 6084 + 7965 + 5904 + 875 - 1117 + 8181 - 5999 Output:
[ "-16248" ]
task085-cdd7e7726c3a442c94d1a2bdea557aa7
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2415 + 4087 - 8960 Output:
[ "7288" ]
task085-db87dd1727a7480fa88541cc3f575a65
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 23 - 7991 - 1064 + 8364 Output:
[ "714" ]
task085-647103c95aa34ebf8cf362c39c51ef6c
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 7671 - 7716 + 5899 + 2520 - 497 - 24 - 16 - 840 - 9556 Output:
[ "17901" ]
task085-74452ff709cc481985d41d0961d8e138
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 8619 - 5571 + 8771 + 3310 Output:
[ "2109" ]
task085-466fcab1005c472c8e2b5f28d0f10138
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2973 - 9506 - 3670 + 4994 - 4353 Output:
[ "15508" ]
task085-18ac22c6983f482585d10931b87a604c
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2815 - 1513 - 2542 - 8366 + 9104 + 4327 - 8813 Output:
[ "10618" ]
task085-a4e7bfb1ba524dd981fde60ac4a1cfb6
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4377 + 5604 - 8336 - 2652 Output:
[ "9761" ]
task085-91c32597985b48caa36b0703423f90ea
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9889 + 8457 - 4692 Output:
[ "6124" ]
task085-2d6527dfd29d495d8f94b4094c534f62
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4820 + 4540 + 3290 - 4605 + 336 + 5924 + 6253 + 98 Output:
[ "-11016" ]
task085-6db54eef063745e2a8d3458c23bec1d4
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9101 - 1576 - 1985 + 6572 - 2596 + 2601 + 3557 - 3444 + 3564 Output:
[ "2408" ]
task085-834147262d8548259852d9411c22781f
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1343 + 7703 + 3850 + 52 + 7235 - 5 + 4662 + 6011 Output:
[ "-28165" ]
task085-c52a3001338444dc913a1f346cdbc091
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6359 + 537 + 3347 - 7523 - 1162 + 3434 - 6261 Output:
[ "13987" ]
task085-c24d80fdb21442a096def936ba26f6a6
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 8328 + 4157 + 5891 - 6422 - 6967 - 6792 + 161 - 835 + 3913 Output:
[ "15222" ]
task085-230358548b2b4a28b64a187067e2f4bb
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 8999 - 611 + 5179 - 4629 Output:
[ "9060" ]
task085-c9d8a4cfd6334a7c81f69a22e1a91a96
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1737 - 3662 - 9496 + 694 Output:
[ "14201" ]
task085-944671e56b1d4ab28b9bc64f19f5895e
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2454 - 7940 + 2775 - 9638 + 213 - 9629 Output:
[ "26673" ]
task085-b15afe70309944ac814230e35ee0ca36
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 8007 - 1921 + 7346 - 8016 - 2016 + 1462 + 1132 + 8321 + 9627 Output:
[ "-7928" ]
task085-fca7a23daede479ba5062a68a0ba8d84
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4551 - 6416 - 9506 + 7913 Output:
[ "12560" ]
task085-231c8b57e94c436db337394381f48946
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 17 - 7373 - 2215 - 9209 + 8527 Output:
[ "10287" ]
task085-d0faef0567e04da8bc82d5d502fef388
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 4192 + 2630 + 1978 - 2032 + 7922 - 4172 - 6976 - 1918 - 5016 Output:
[ "11776" ]
task085-8a46a68b239444f893ffb40d9a3b5984
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 505 + 9552 - 9365 Output:
[ "318" ]
task085-8a56a562d0184ca8b74c15cb5966bb31
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 6739 + 4053 - 1826 + 4602 - 7225 + 3358 Output:
[ "3777" ]
task085-35c8c8909d31435eafe88cf7110dd33f
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9485 - 431 - 9460 + 9760 - 5105 - 1326 + 7522 - 8742 + 6785 Output:
[ "10482" ]
task085-847903df1aa544d599c4cce5733887ca
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 232 + 8414 - 4647 Output:
[ "-3535" ]
task085-fbd0df4c77304f7f92742b7b9d7b71ff
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9527 + 7542 - 2474 - 8375 + 4311 - 8405 + 5065 Output:
[ "11863" ]
task085-cfe741f9f9d24840866aace0205c9a37
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5177 + 9496 - 845 + 5246 + 9906 + 5654 + 1721 + 5303 Output:
[ "-31304" ]
task085-b418fb30c2054beebc40a63564c6dc68
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5405 - 9732 + 6807 + 2245 + 2369 Output:
[ "3716" ]
task085-37eb340e55a94d44b2b373b0b33ecd24
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9274 - 5611 + 8340 - 6157 Output:
[ "12702" ]
task085-58d7fb3f2190456cb6fbf10768a3239c
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 2729 + 4530 - 516 + 9402 Output:
[ "-10687" ]
task085-57bd9dba66944288abea2849c2e6c2b3
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 1259 - 2367 + 9919 + 7196 + 4121 Output:
[ "-17610" ]
task085-b1f18ece05994652879e72a53baafa5f
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 9139 - 7184 - 9815 + 7809 + 2750 + 6225 - 8879 - 6291 Output:
[ "24524" ]
task085-b16833eb9794481b9f2dcc1bf4f9f615
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Positive Example 1 - Input: 5 + 3 Output: 2 Positive Example 2 - Input: 15 - 23 + 3 Output: 35 Negative Example 1 - Input: 2 + 4 Output: 6 Negative Example 2 - Input: 7 - 3 Output: 4 Now complete the following example - Input: 5779 - 5580 - 8624 - 6233 - 1408 - 473 + 508 - 5816 Output:
[ "33405" ]
task085-77234908acc54b87a2446b8cc35208e8