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: 5665 - 3487 + 9998 + 2176 + 6148 Output:
[ "-9170" ]
task085-a31a026acb1844f0ba0534677e35f1d4
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: 1615 + 8442 - 3508 - 7142 - 9518 + 5845 + 9894 + 8637 - 7365 Output:
[ "-3670" ]
task085-3036afe371354e8ca94b5f7397c56689
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: 8483 + 1901 - 7284 + 1446 - 6132 + 9833 + 3915 Output:
[ "4804" ]
task085-e1895212a28f45568ef2613806d56907
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: 5965 - 195 - 790 + 2407 - 6232 + 6916 - 6908 Output:
[ "10767" ]
task085-f7d8b56a36ff4c66ae9a70dc375a351b
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: 1176 - 6866 - 9573 - 247 Output:
[ "17862" ]
task085-e4d1f78de5774629966abf5c37d7009e
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: 445 - 5783 - 3236 - 9634 - 2299 - 2757 + 3895 + 5353 - 5757 Output:
[ "20663" ]
task085-0cac3b683dcb473bbda5d3868ce0de29
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: 3171 - 3678 - 3096 - 5842 - 3188 Output:
[ "18975" ]
task085-b25d8ca0f0fd49b8bf80cb2656031ec4
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: 3909 - 9359 + 8509 - 673 Output:
[ "5432" ]
task085-d3822c4da1b6499ba1a74f157ad8802c
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: 9108 - 4141 - 8158 - 7726 + 3964 + 1927 + 9099 Output:
[ "14143" ]
task085-6281c53eeb8a42cd9a9356a0f8abb7bc
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: 5602 + 7126 - 4098 + 3895 Output:
[ "-1321" ]
task085-e6e9147f03bb473aaba65cab8aa740d3
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: 2482 + 1347 + 7032 - 5113 - 1604 + 3614 Output:
[ "-2794" ]
task085-13389f996b184207a3d74c8d329bb552
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: 496 + 5072 + 6259 + 1493 + 4824 + 2052 + 4751 - 8038 Output:
[ "-15917" ]
task085-4701fac6e64e41e8b474ed9b810bf058
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: 8627 + 7207 - 808 + 1557 Output:
[ "671" ]
task085-06e116d6cbd943459e90da168dcfa3cb
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: 7803 - 4853 + 5338 - 1253 + 3586 - 4878 + 6843 Output:
[ "3020" ]
task085-b1c727823a3b4d108b386219bb4cc4e0
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: 8503 - 4096 + 6612 - 4331 - 2387 + 6864 - 7606 - 6310 Output:
[ "19757" ]
task085-e3e8804500b34468900ec850ba740c1e
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: 8038 + 9727 - 3750 - 2012 + 8846 + 7319 + 3095 + 4689 Output:
[ "-19876" ]
task085-b5b9ae876fd94816b9ab8715db16576a
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: 9447 - 88 - 9606 - 2754 Output:
[ "21895" ]
task085-a170f5bfae3c4735abea1059d881b239
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: 8096 - 5065 - 4257 + 1171 + 4079 - 5767 Output:
[ "17935" ]
task085-f47c68e29e994645a62878088d03eafc
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: 5024 - 3783 - 3222 + 7799 - 5760 + 9119 - 3163 + 8411 + 3643 Output:
[ "-8020" ]
task085-fa1ee5ce8a2543fd8736a99989b19d20
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: 6518 + 2519 - 9928 + 1421 Output:
[ "12506" ]
task085-b57fd543d823433b8a4248684f507248
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: 4424 + 365 + 7807 - 8262 + 8824 + 6236 + 1398 + 5116 Output:
[ "-17060" ]
task085-27cf2035ab8446909e3e110be5ee7691
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: 1000 - 5488 - 4224 - 9515 + 3520 + 4126 Output:
[ "12581" ]
task085-92a4c3664282408588be36b590081188
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: 9942 + 4126 + 294 + 6323 + 9325 - 2366 - 3185 + 8413 + 6924 Output:
[ "-19912" ]
task085-68c6318ebf2a48c68da20b9b9cbb12cc
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: 1251 - 3535 + 9424 Output:
[ "-4638" ]
task085-1c2f6e6ec9ea438696dd7eedf317235a
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: 8133 + 3616 - 8042 - 1216 - 5759 - 2239 - 6508 Output:
[ "28281" ]
task085-91180b325c7b45eab01e970e0b88c699
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: 8861 - 9868 - 7934 Output:
[ "26663" ]
task085-21446495f74046b6ab97e97faa6f90f3
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: 5398 - 1206 + 5040 + 6022 Output:
[ "-4458" ]
task085-428b4131301248b78e6b940a505851dc
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: 9467 + 7102 - 1964 Output:
[ "4329" ]
task085-b277bc768e824b2fa6e482ea3826f912
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: 7476 - 4322 + 1634 + 6061 + 5740 - 8351 - 2386 - 1436 Output:
[ "10536" ]
task085-7143f77054854c4bbc45e2a33bbad6cd
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: 220 - 5891 + 2603 + 7125 - 7551 - 3288 Output:
[ "7222" ]
task085-0fb41ba2d8d54f52930c08ba97277ba7
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: 788 + 3289 - 3052 + 5397 Output:
[ "-4846" ]
task085-51b7e7562067401fadc4c6da21cc6dc0
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: 9634 + 5896 + 2965 + 6949 - 2226 + 9649 - 3599 - 7110 Output:
[ "-2890" ]
task085-12c7067709144660bf9140508323acc6
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: 4397 - 3478 - 9837 - 7164 + 7972 + 3676 Output:
[ "13228" ]
task085-237581bbbf7f4d478630f354755a45ed
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: 9613 - 2420 + 7705 - 7680 Output:
[ "12008" ]
task085-01bd3da4ff3b444cb533c967e83b1bc5
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: 3499 - 5093 - 8673 - 5949 + 5545 + 5193 - 2832 Output:
[ "15308" ]
task085-baad606c33cd4a7abd420b49ed046ee9
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: 6818 + 6545 - 1679 - 9311 - 7931 + 8986 - 3267 + 841 Output:
[ "12634" ]
task085-570f0da655924800a8e40bbfa31c6367
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: 1943 + 9616 - 657 - 8238 + 5965 + 6305 - 1044 - 9908 Output:
[ "-96" ]
task085-eadbfc09622c4bc0b849c2077b203138
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: 9817 + 5042 - 1724 + 799 + 685 Output:
[ "5015" ]
task085-a9e45d254585436381a7f9d8ce76c474
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: 1930 - 7631 - 6614 + 5805 + 7376 Output:
[ "2994" ]
task085-daeef9867c6e4a729a7b0dc4e7d8256d
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: 641 + 8531 + 2589 - 912 - 9022 + 6959 - 5662 + 9919 Output:
[ "-11761" ]
task085-846733df9c1548cc964c17a4c0fe07c5
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: 6175 - 1067 - 5601 Output:
[ "12843" ]
task085-d0f54a646f414509984f804235a5444a
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: 1103 + 1558 + 5743 Output:
[ "-6198" ]
task085-fa016d772791437c9d49f1f4e08f4223
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: 9892 + 1687 + 3871 Output:
[ "4334" ]
task085-5dfcc0ebec9e47e3998acec8794e27b8
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: 2255 + 2044 + 6767 + 2957 - 9040 Output:
[ "-473" ]
task085-b631fc6c113348168564163f02587f67
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: 2911 - 3283 - 8240 - 780 + 4115 + 1167 - 4924 + 652 + 264 Output:
[ "13940" ]
task085-5f36271984544d399af6c930fee3423f
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: 9609 - 2173 + 3751 - 2021 + 4850 + 6677 - 3235 + 1586 Output:
[ "174" ]
task085-e1b42107e4ab4353aa246f0f9826177e
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: 7533 + 2213 - 7566 + 455 - 6321 - 2480 + 1023 + 2407 Output:
[ "17802" ]
task085-977bbfaa39f548fe84889c2b6bb1bb03
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: 7799 - 1819 - 2541 - 8234 - 5595 + 8304 - 1169 - 1711 - 1707 Output:
[ "22271" ]
task085-9227ef6064c2440c93bc3eb7d1d7f8d0
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: 809 - 6251 + 8632 Output:
[ "-1572" ]
task085-bae8e2d9ae624ba995d21d8a0bc51448
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: 2440 - 4938 - 7335 - 7495 - 598 + 3662 Output:
[ "19144" ]
task085-c1d83a23daec4bf08d3961b8de690649
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: 7528 - 4788 + 7674 + 4839 + 6930 + 4883 + 9734 Output:
[ "-21744" ]
task085-f60085919676406e9cdc352c80864893
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: 1297 + 9891 - 6124 Output:
[ "-2470" ]
task085-488db13d40df4b0a83ee6089fc353f53
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: 4666 + 6849 + 3778 + 4971 - 5641 - 7807 Output:
[ "2516" ]
task085-df797195a44a4f168dac7b3eb3b57654
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: 9343 + 4250 - 8938 - 2380 Output:
[ "16411" ]
task085-e50f66d12e9447b89354847f1e80ab04
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: 8289 - 9927 + 6769 + 6136 - 9658 + 6631 - 7150 - 1317 + 319 Output:
[ "16486" ]
task085-4aee7ae1fb204be8a14d25a7d0579677
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: 1761 - 5336 - 9756 - 4389 - 692 - 7405 + 2355 + 7988 - 8297 Output:
[ "27293" ]
task085-5557942c6ea04838b9f513e33ec6f14b
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: 8237 + 4421 - 6684 Output:
[ "10500" ]
task085-e64d8d4b8b1f4a08b8f7dc025fb9accd
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: 5376 - 2995 - 4667 Output:
[ "13038" ]
task085-f14bce45edff41f9afac14824d5b2278
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: 5296 - 4481 - 5755 - 6455 - 5171 - 725 + 449 - 1320 Output:
[ "28754" ]
task085-ac6a4895199640f7ae8b44abbb0fa274
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: 9001 + 6216 - 1478 + 5475 - 8693 - 3911 - 319 + 4768 - 320 Output:
[ "7263" ]
task085-95601e71e87f41059f1174fa8f70c375
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: 9380 - 8170 + 2343 Output:
[ "15207" ]
task085-73e7946b80cd4f2083c7500ec007a04d
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: 559 + 3907 + 666 Output:
[ "-4014" ]
task085-67eabd6176814cf7a79bb43caf8f6e52
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: 7777 - 4386 - 6756 + 7248 - 9282 + 2584 - 3531 + 1374 Output:
[ "20526" ]
task085-f026f776acc24d4f9d37798e0a71f828
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: 4293 - 6785 - 749 - 1175 - 6738 + 718 Output:
[ "19022" ]
task085-0db485fd5f8e439286e872985e754bb6
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: 4957 - 6453 - 1634 - 2316 - 6205 - 5310 + 2810 - 985 + 6228 Output:
[ "18822" ]
task085-b8ceaf7fae9245e0b6d105825bcdaeda
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: 2186 - 2436 - 4269 - 2175 + 4101 - 2723 + 6192 - 7530 Output:
[ "11026" ]
task085-d420082802f54ec6b5d05cf0c46c65ac
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: 5823 + 9414 - 4635 + 8951 - 3513 + 4644 + 7921 Output:
[ "-16959" ]
task085-4a8959b641be46ef93778acb848792a6
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: 7503 - 1238 + 3244 + 1290 - 3944 + 6754 Output:
[ "1397" ]
task085-ce9faeec78e844bbb3dadc47843433a4
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: 6404 - 2438 - 8536 + 6993 - 2932 Output:
[ "13317" ]
task085-b5f547a5487c4ec19fe55cb93826caa8
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: 7680 + 5933 - 6785 - 6977 Output:
[ "15509" ]
task085-17f5e94c071d4e19acd0c702f46c9300
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: 5010 + 1778 + 6035 - 887 - 1896 - 4285 Output:
[ "4265" ]
task085-de80355dbee5442f9586f875f55af133
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: 2670 + 5855 + 4145 + 6193 - 2327 - 3390 - 6122 - 4535 Output:
[ "2851" ]
task085-c0ce8475a6e94e4faae92316fa1fda9d
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: 9887 - 8 + 3577 Output:
[ "6318" ]
task085-980f6ce7acf0432590132e63775983a8
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: 1281 - 4835 + 1910 + 9442 - 2705 + 960 + 4493 Output:
[ "-7984" ]
task085-766959bf8c9343de8d65cd899cb77ad2
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: 2771 - 3520 - 5214 + 4047 - 4440 + 4930 + 9163 - 6816 + 2178 Output:
[ "2443" ]
task085-3786fc7666c14d05b2dda4b44a5e7715
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: 7317 - 4815 - 9820 Output:
[ "21952" ]
task085-e522c68d112a49639ae1c4d0c1ac411c
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: 5028 - 1239 - 2328 - 7359 + 2934 Output:
[ "13020" ]
task085-67f06afa549342169211cf1872b2a65f
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: 1658 + 9005 - 9871 Output:
[ "2524" ]
task085-387ce3536ebb4ba78eafddcbc89fb5bc
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: 9221 - 688 - 3524 Output:
[ "13433" ]
task085-5721fdd5af1d45e8a2fa3ebcab492dad
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: 6045 - 9743 + 9374 - 7235 + 3048 Output:
[ "10601" ]
task085-e8b1a2ce18da4c89a7a59e0c3e110364
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: 417 + 76 - 2183 - 6110 - 9056 Output:
[ "17690" ]
task085-53fb2ff25edd45c8b9090b8268f17ac4
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: 5469 + 5206 + 9954 + 6242 + 579 Output:
[ "-16512" ]
task085-18f4cb9a71444671bb4e5d14a2bd4cba
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: 975 - 7610 + 8576 - 2739 - 3411 - 7139 Output:
[ "13298" ]
task085-51e091cdab114f088c5ccf210707bcb1
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: 6546 - 611 - 3570 - 9555 - 9492 + 3335 - 4743 + 3656 - 3803 Output:
[ "31329" ]
task085-625fe0e288874c93ab3a7b4c45ed0764
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: 555 + 5092 - 1562 + 5607 - 268 Output:
[ "-8314" ]
task085-9c1afcabfcb747b9b9919fc3fd5f3d2f
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: 9956 - 9491 - 7424 + 4444 Output:
[ "22427" ]
task085-742c839671fc4c28b2a99c731d8bc857
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: 5790 - 5746 + 9761 - 7697 - 3533 - 2479 Output:
[ "15484" ]
task085-7530ed5380834522951365fdc9dd9dc0
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: 3985 - 9865 - 993 - 8081 + 6284 - 3987 - 8445 + 9418 Output:
[ "19654" ]
task085-e9fa747cec654a9e9cc7a70db4bf4688
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: 353 + 6532 - 4387 - 4624 - 8387 - 5539 Output:
[ "16758" ]
task085-c438ebbbc9c24eec85391a6e70779703
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: 3722 - 5763 + 6306 - 3498 + 1185 Output:
[ "5492" ]
task085-157564e2a58d43b98e31908114182bd7
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: 6383 + 9815 - 9555 + 1917 + 6441 Output:
[ "-2235" ]
task085-479669bd90eb49e2a1d7ff4358ba1e8e
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: 288 + 5971 - 5644 + 9984 - 9043 - 8794 - 4481 + 4508 Output:
[ "7787" ]
task085-f7fe90bb6da2497e81bc7ce86350af25
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: 1043 - 8735 + 402 - 9556 + 7670 + 8063 + 2393 Output:
[ "806" ]
task085-d7c143aac9254a2597a36c97b65f39ea
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: 875 + 1299 - 1721 - 4432 - 7136 - 2468 Output:
[ "15333" ]
task085-827a3975771b4d78b420f05c1d46ff10
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: 8196 + 7820 - 8484 - 7462 + 8007 - 414 Output:
[ "8729" ]
task085-3cc09c999a9f4089a39b59c62e6c6160
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: 5314 - 5661 - 1293 - 5217 + 5518 + 6865 Output:
[ "5102" ]
task085-2fdf1a0ea3394f29b2a40ddc4c53aaaf
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: 1939 + 2131 - 6110 + 9154 + 366 + 3361 + 1878 Output:
[ "-8841" ]
task085-540032ae2ef244318a9098a3696d1eb6
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: 172 - 1318 + 6746 - 134 + 7811 + 2731 + 224 Output:
[ "-15888" ]
task085-6a83ef3f08c6421a9551c8e240abaa16
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: 7262 - 4143 - 9163 - 3053 + 3802 + 3176 + 5779 Output:
[ "10864" ]
task085-1154268b17c448d5bce80856a053e7ac
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: 1471 + 8621 + 2292 + 3564 + 5489 Output:
[ "-18495" ]
task085-a0b432c03a494c35b657a7fde24389ca