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: 9645 + 911 + 6748 - 3005 - 3625 - 87 + 3003 - 5587 - 1382 Output:
[ "12669" ]
task085-c15751304a5244fbad554035b192b0d2
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: 6211 + 3095 - 9682 + 6048 Output:
[ "6750" ]
task085-6fa3af12663440f8a561ee96ac4fa837
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: 4451 + 4766 - 3267 - 8908 - 7604 + 9818 - 9408 Output:
[ "19054" ]
task085-0e84bff2b75c4d36aae86a0bf6850f76
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: 4045 - 4346 + 9955 - 490 + 7380 - 5795 + 705 Output:
[ "-3364" ]
task085-cdfb5d22f3574a0f96ad479852c3d85a
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: 2468 - 6890 - 2766 + 2619 - 5182 - 3150 + 9323 Output:
[ "8514" ]
task085-02c6631d68314a77b0048fd05395b10d
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: 5115 - 9683 + 1425 + 5686 + 9663 - 3163 - 323 + 7766 - 396 Output:
[ "-5860" ]
task085-6b1d654adece4c3ab5fd4fb0f6df136f
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: 2653 + 9718 - 3237 + 2973 - 6895 - 18 Output:
[ "112" ]
task085-8ba88bd47f2b48b0a35caed709521f46
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: 3069 + 7287 - 8451 - 5822 Output:
[ "10055" ]
task085-85182155523f4ddb94f3a9798a49c537
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: 7796 + 5912 + 4889 - 3563 - 2189 Output:
[ "2747" ]
task085-139319eb8a134dc99751f08ed18937fc
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: 281 - 3315 - 9553 - 8318 - 740 - 1753 - 1772 Output:
[ "25732" ]
task085-75c2a7d7790a4a9bb02ab89e0651a4a9
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: 2344 + 830 + 644 - 9789 - 2810 - 5609 Output:
[ "19078" ]
task085-3fc1ae0bc44c4e2f8e7e99c32c4bb445
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: 6149 - 7104 - 7520 - 2093 - 5941 + 5571 - 7842 + 155 + 1356 Output:
[ "29567" ]
task085-34d679d4468b45abbaeb76f0423d622e
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: 4001 - 3984 - 4426 - 3582 + 9317 - 8035 + 9225 + 1079 Output:
[ "4407" ]
task085-e5256827dd694590a5414712743c873e
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: 50 + 5252 - 4911 Output:
[ "-291" ]
task085-4de951617ef84fb5b86bec0b156926ac
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: 5748 - 8780 - 3501 + 3131 Output:
[ "14898" ]
task085-ca2ab62412204c32882eb9b2c4b72d2c
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: 6271 + 854 - 9057 - 167 + 3835 Output:
[ "10806" ]
task085-566d4ba4cfc243cca09932f971dbd664
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: 7005 + 6226 + 6490 + 752 - 7815 - 7249 + 8726 + 5007 + 2853 Output:
[ "-7985" ]
task085-a572904d0fe343caaa2bdfa1c9007089
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: 1072 + 6290 + 6861 Output:
[ "-12079" ]
task085-3f8a673b12094fcfaf0dcf40c743c9a1
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: 6123 - 2890 + 3404 + 1798 - 7525 - 2050 + 7027 - 2090 - 4541 Output:
[ "12990" ]
task085-43c6424977cc4a3eabf7d2a65749f0ab
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: 1887 - 5213 + 516 - 4107 - 7681 - 125 - 1788 + 124 - 1460 Output:
[ "21621" ]
task085-377a30fb07724a5a82d0137b8b62a4d2
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: 760 + 741 - 9296 - 2346 - 6329 - 4369 + 3520 + 8262 Output:
[ "10577" ]
task085-87486adbf9804a7e8e796fbd2edd2fa8
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: 9823 + 6736 + 4870 - 513 - 3637 + 9195 + 2312 + 5280 Output:
[ "-14420" ]
task085-6ea76d895ef3428ba482333af33f03d6
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: 1887 - 377 + 4395 - 7429 Output:
[ "5298" ]
task085-8542e722d94248279aa10bbfe9343450
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: 2522 - 9497 + 996 + 3658 - 5629 + 8602 Output:
[ "4392" ]
task085-dfac594d320743a3aad230da474cc4e3
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 + 1727 + 8325 Output:
[ "-9635" ]
task085-1b7b0142b6c34e5b8df2c51aa8446e0d
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: 4587 + 2440 + 8713 + 8424 - 776 + 8874 - 9063 - 406 - 1661 Output:
[ "-11958" ]
task085-eb20854b64964398aa7c3adb8b24396d
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: 9212 - 4912 + 514 - 8499 + 8152 - 2864 - 251 + 9920 - 2326 Output:
[ "9478" ]
task085-ce0a8dedc076430cbb767de22076aa63
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: 5832 - 325 + 4200 - 1971 - 5235 - 2729 + 2727 + 3988 Output:
[ "5177" ]
task085-1034fadc76e242b2861634f01d358571
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: 3796 + 7523 - 357 Output:
[ "-3370" ]
task085-6d521b898ad64b548c265062785dcfe5
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: 681 - 9392 + 1414 Output:
[ "8659" ]
task085-6277ce45e0654e0e9f4c08643c7b171f
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: 2790 + 7584 - 486 - 6133 - 6722 - 3887 Output:
[ "12434" ]
task085-64b1375f86174a439df047cdd608a992
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: 3481 + 8316 + 7831 - 1357 - 5360 Output:
[ "-5949" ]
task085-c7f76b3bcdb64739886fbcb4103dd39c
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: 1035 + 7018 + 3920 Output:
[ "-9903" ]
task085-efd48203c6614badbe24c5e34fca3953
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: 6928 - 9156 + 2651 + 7790 + 4698 Output:
[ "945" ]
task085-47acdf6ceb4949a9a4126b7604684eee
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: 4345 - 9514 - 4217 - 1368 - 5823 Output:
[ "25267" ]
task085-88f3344da0c942bfa7ada5f0d16c9fcf
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: 367 - 4187 - 5815 Output:
[ "10369" ]
task085-c012f7d0c7844b44a1eb382ae335bae4
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: 6978 + 3893 + 4130 + 2158 - 8595 Output:
[ "5392" ]
task085-02c83f660c07459ea41806d34c1e00f4
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: 1865 - 4690 - 1261 + 9873 - 6473 Output:
[ "4416" ]
task085-161f8e156cf14b398e6ea0b0b78c1d07
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: 9802 + 8269 - 8728 - 16 - 7228 + 6442 + 6255 Output:
[ "4808" ]
task085-23ffff84131044d5b0a51b93de671aa8
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: 5075 - 9437 + 1942 + 1886 - 5070 + 1683 - 7663 - 36 Output:
[ "21770" ]
task085-c281a96fec4645ddbe7bc4d262eebcbc
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: 4431 + 4117 - 3484 + 8947 + 1326 + 3768 - 3469 Output:
[ "-6774" ]
task085-a5047a11c77b448db2d457edbfd8737f
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: 8071 + 4251 - 2253 - 9388 Output:
[ "15461" ]
task085-6cb395597d314675b037f128c8b6162f
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: 5298 + 3272 + 954 - 3109 - 9946 - 20 - 8515 + 2474 + 7805 Output:
[ "12383" ]
task085-540c89ccda8048aabb4d932ab22379b0
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: 2047 + 4675 + 8246 Output:
[ "-10874" ]
task085-64a4c16dbfcd44e6b3aab1cbb7f9336f
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: 4571 - 8862 - 5765 + 5553 Output:
[ "13645" ]
task085-3620ec062d8340449e0e8bb908935169
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: 4933 + 9096 - 6714 + 2762 Output:
[ "-211" ]
task085-821ad1a84d6348d5867ec8cee770a885
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: 498 - 1972 - 9321 + 1234 - 3567 - 8069 + 5075 Output:
[ "17118" ]
task085-1eba18126b3c45479a87b35d846a432b
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 - 9526 - 265 + 2957 Output:
[ "11862" ]
task085-4e2d0f3c91e246ea9e50067dc1d36b2b
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: 4982 + 6468 + 2760 + 5850 + 9095 - 5535 - 1604 + 2447 + 8020 Output:
[ "-22519" ]
task085-82f4075ce8df4a91bea71682a364adf9
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: 1334 - 369 + 1337 - 2329 Output:
[ "2695" ]
task085-ddfec063c9a641a3a40d1025bd7c5caf
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: 8351 + 2090 + 160 Output:
[ "6101" ]
task085-a6de7b836c454beeaa7ecca94f238297
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: 3284 - 2372 - 6880 Output:
[ "12536" ]
task085-d5957fedf3204ae89ba3ac1d2e2edac0
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: 7810 - 7698 - 6951 - 9219 + 9601 - 4043 - 3609 Output:
[ "29729" ]
task085-1d00a27e1fb34b24b26b0ed4160cd10a
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: 351 + 7601 - 6810 - 2273 - 1862 Output:
[ "3695" ]
task085-d7c896808cbd4beba4947b0b5ae2a12a
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: 303 - 8925 - 5507 - 4671 + 6948 + 7362 Output:
[ "5096" ]
task085-058450c917cc4cff8da7691b3f62f8b0
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: 1998 + 8352 - 7443 + 8319 - 4843 + 3054 + 9926 + 5746 Output:
[ "-21113" ]
task085-92c2208536f74532831079ff764a8206
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: 4521 + 6223 + 3611 - 5498 - 4477 - 2195 + 2818 + 6173 - 6613 Output:
[ "4479" ]
task085-62cab1584bbf42ccb3fa25528a04fb96
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: 5192 + 7822 + 3907 - 785 + 2389 - 1641 - 7494 Output:
[ "994" ]
task085-8665926c79a9436a9525727707b2a556
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: 7820 + 8629 - 6042 + 2768 + 1041 - 9077 Output:
[ "10501" ]
task085-1a1d9b8e1e3741a188f6e65f4b65d3d6
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: 5447 + 5364 + 3194 - 2322 + 8246 + 7739 - 5398 Output:
[ "-11376" ]
task085-23fbda0786804a6da0c732f5b2942019
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: 9735 - 5262 - 2030 + 8634 Output:
[ "8393" ]
task085-ed1e6a1333984e3384ab1618586612d3
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: 5403 + 8056 - 2287 - 2787 + 7648 - 1240 + 5048 + 2246 + 8974 Output:
[ "-20255" ]
task085-512d83f2c3d9445a8478f77dec61d77a
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 + 1446 - 1616 + 6758 - 9137 + 6041 Output:
[ "2820" ]
task085-a3c2bdd750b6471889c8ffca0016e67a
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: 8981 + 1771 - 4607 - 254 + 3980 + 591 + 4051 Output:
[ "3449" ]
task085-0c22449f7e964bc48b8f67c0bab6b915
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: 7516 + 3900 - 8444 - 7478 - 5643 + 1969 Output:
[ "23212" ]
task085-d5aa7defa0de4ad28673aef0bd6c0590
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: 5457 + 3494 - 1812 - 5927 - 2757 + 590 Output:
[ "11869" ]
task085-6c1d27708b3f4d75bfa7d15b5f21fcfb
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: 5507 + 4243 + 5897 + 7115 - 6687 + 3875 - 298 + 1379 + 1973 Output:
[ "-11990" ]
task085-0dca02104f4647e6a1386a9f4c926ecc
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: 1199 + 5620 - 3468 Output:
[ "-953" ]
task085-4df0e210c03746b485aaee84bf7bc7b0
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: 3794 - 9857 - 6146 + 2241 - 6517 - 3761 + 6227 - 2444 Output:
[ "24051" ]
task085-bc349c525ada429ba48f1ae279d50c56
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: 6017 - 7575 + 2535 + 1864 - 714 Output:
[ "9907" ]
task085-b551d6ee765c42c88369e480fbd6430b
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: 7234 - 1603 + 9547 + 2706 - 1341 - 5108 + 7094 + 2734 - 2769 Output:
[ "-4026" ]
task085-2b88febcab384f44a8b53e5232ab541b
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: 1536 - 8227 + 2897 + 209 - 3017 - 442 + 9547 - 5807 Output:
[ "6376" ]
task085-91f8ad9d698d439ebf0a2b84efa9e814
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: 7906 - 507 + 8039 Output:
[ "374" ]
task085-7644c116678b49e9a134c5fd767b7810
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: 2010 + 6744 - 5577 - 1182 + 8811 Output:
[ "-6786" ]
task085-e4ad99702969493dbe185c6131d0ee2e
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: 8794 - 5599 + 5204 - 7482 Output:
[ "16671" ]
task085-d2d3dd18e1d44035ac7e08a31143be12
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: 3844 - 5783 + 7487 Output:
[ "2140" ]
task085-348ccda3ce5e4f869dbcf08554868e74
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: 153 + 36 + 8262 - 8271 + 1309 - 8385 - 3044 + 7821 Output:
[ "2425" ]
task085-c060cc841ee048bc9c8f0ffa25d1f421
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: 2177 - 4714 + 9417 - 376 - 2611 + 7130 - 2152 Output:
[ "-4517" ]
task085-13dc204184944f4ca7e019a5a36f460c
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: 3385 - 6152 + 1565 - 9813 - 5112 - 2865 + 2979 Output:
[ "22783" ]
task085-a09747551e984d99b84e78d97dddd724
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: 3376 + 4624 - 2074 Output:
[ "826" ]
task085-0529b811eb9642e0b7fb8a5854096ebc
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: 4172 + 1192 + 9642 - 1443 - 6665 - 6904 Output:
[ "8350" ]
task085-eef72b5df8fa4cb4a0b3fe8f08d85db1
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: 7023 + 8210 - 166 + 3635 - 3473 + 4067 - 8741 + 3721 - 6161 Output:
[ "5931" ]
task085-7e7004aa567d456d9b16a18733d9d228
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: 6960 - 1626 + 8322 - 7244 + 7276 - 419 + 5040 Output:
[ "-4389" ]
task085-5e9952a7dc204c73adfb6e0d532749ca
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: 3903 - 9197 + 8948 + 5587 - 7846 - 4139 Output:
[ "10550" ]
task085-d1ccd864785e488ab05308b13b17876c
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: 1875 + 8200 - 8186 Output:
[ "1861" ]
task085-17057b08d6d643ebb78bd319764de55c
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: 3696 + 1441 - 2217 - 3414 - 8708 Output:
[ "16594" ]
task085-e0c7c127543e4ec4a57083973dac899a
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: 9176 + 4889 + 3853 + 9595 - 7959 - 3721 + 1446 - 1390 Output:
[ "2463" ]
task085-848607d0c00f4432ac330b1f8f9597b3
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: 8504 - 4853 + 1848 - 3689 - 1038 Output:
[ "16236" ]
task085-267489a723814b8b84f7c854f474272f
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: 6457 + 882 - 4139 - 9537 - 8571 Output:
[ "27822" ]
task085-464658ab6dd3456eba23471270fbda40
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: 1162 - 2144 + 1729 + 1736 - 4388 - 9809 + 8343 + 2420 Output:
[ "3275" ]
task085-9a778d62149040fba073814b8ab36c96
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: 3775 + 8517 - 3730 + 7162 + 3573 - 1852 Output:
[ "-9895" ]
task085-ca2b227424ed41ac969e556c4690bfcb
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: 1769 - 4849 + 4291 + 1317 + 1319 Output:
[ "-309" ]
task085-a9c74083b23e4a7da3d8f41a5373ae8e
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: 5759 - 2860 + 533 - 5226 + 6553 + 9917 Output:
[ "-3158" ]
task085-853f8bf9aa2c474aac657077168a0ce6
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: 2049 + 1852 + 5837 + 7993 Output:
[ "-13633" ]
task085-60792d84addc4081ab9b4d34de9ec32b
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: 3477 + 8970 + 2278 - 9906 - 106 - 208 - 1334 Output:
[ "3783" ]
task085-aada7a72dc0a4636bd554b4937b76546
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: 7555 + 8285 + 7132 + 9363 - 3515 Output:
[ "-13710" ]
task085-a5e368ac959a4a11b29adde56c2ef577
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: 5802 + 1145 - 6757 + 9860 - 3411 - 5653 Output:
[ "10618" ]
task085-35f3aa2509694026a7b19037ac6ee2ec
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: 9383 + 2568 + 4811 - 6286 + 3024 Output:
[ "5266" ]
task085-6ae1163416a94c8fa4051a40da8fa0ac
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 - 5744 + 3521 + 6941 - 1525 - 5932 - 4993 Output:
[ "16833" ]
task085-530c84988e14454d8e8dec2bba20e459
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: 7359 + 9493 - 8628 + 4351 Output:
[ "2143" ]
task085-8137896a0a8f4975a5725b88050ca791