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: 3462 - 2595 + 1878
Output:
| [
"4179"
] | task085-b9044832b2b649078fbaba44849fdea2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8840 - 9658 + 9986
Output:
| [
"8512"
] | task085-93ca881cef754df2a925ea4a459eba7b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1654 + 9917 + 7750 - 7786 + 8296 - 3737
Output:
| [
"-12786"
] | task085-a14599f76f4e412d8f40c756c598cddc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 752 - 7969 + 4508 + 6482 + 9543
Output:
| [
"-11812"
] | task085-fa55cb9fb598461b9176ee5b46ad4d61 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1229 - 4354 + 912 - 1766
Output:
| [
"6437"
] | task085-e73a9dbb902b449cb6c52bd4252a1d14 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1888 - 3019 - 8022 - 7991
Output:
| [
"20920"
] | task085-625b4bd9164a4fc28a74abc86f917aea |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5174 - 3266 + 9301 - 4144 - 6103
Output:
| [
"9386"
] | task085-e16a7a47dc564396b41b510aabdf8389 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2794 - 1907 - 4796 + 1575 + 6904 - 2752 + 8010 + 5798 + 713
Output:
| [
"-10751"
] | task085-a0d66acbf15e40d3a37eb979b99e484e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8564 - 3939 + 7007
Output:
| [
"5496"
] | task085-6735a7fffe3e430cb41f70065f45165d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6476 - 4111 + 9968 - 1212 + 4073 + 7721
Output:
| [
"-9963"
] | task085-1526ee83c8b140bdafcbda1dcf706d94 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6971 + 3677 - 2729
Output:
| [
"6023"
] | task085-4042728dd9e34f56977d9f480ddb8441 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8416 + 2345 - 6177
Output:
| [
"12248"
] | task085-1e402dc80850452fb845afa729a3761e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6210 + 5731 - 8224 - 3381 + 3645
Output:
| [
"8439"
] | task085-8944b1402bfd40e7a73629c8455240f9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8135 - 2883 + 7793 - 4176
Output:
| [
"7401"
] | task085-d1bd36a099694d5da81946a5ff996a7e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3144 - 1252 - 363 - 458 - 8697
Output:
| [
"13914"
] | task085-ca8131b5a1a94dedb026d42a8f2e3b99 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9731 - 5427 + 606 + 9242 - 5166 + 659 + 5124 + 2482 - 2031
Output:
| [
"4242"
] | task085-c113ba1bd0264c9fb4482bad55aa8c31 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1618 - 653 + 1592 + 2041
Output:
| [
"-1362"
] | task085-a8c524db9eaf402999f7efffd5cb45f0 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2753 - 4345 - 6617 + 7684 - 2103 - 4535
Output:
| [
"12669"
] | task085-91c036c29a1843dea1ffc8ace6c0481a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1327 - 1531 + 8672 + 9221 - 8940 - 6142 - 8023
Output:
| [
"8070"
] | task085-9eedab940ccb469187c560c0b3b1fc2c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4685 - 3751 - 5266 + 2023 - 1398 + 9926 - 5442 + 9160 - 6231
Output:
| [
"5664"
] | task085-5f4db3d212bc4d19a56defb6f25de6fb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7624 - 3712 + 819 + 7849
Output:
| [
"2668"
] | task085-d514205462e74d068dd33693fe767c79 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4939 + 5305 - 5633 - 8161 + 7599 + 2766 - 9725 + 397
Output:
| [
"12391"
] | task085-653e54d2315f45c7bc32d5434cd9c5f2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8338 + 7035 - 2067 - 1210 + 9433 + 1604
Output:
| [
"-6457"
] | task085-ddce7bee136b4a5582d52d9bb288abb2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2567 + 6188 - 3164 + 1484 + 724 - 9649 - 6895 + 3775 + 1111
Output:
| [
"8993"
] | task085-b19ab41cdd664b8a8c9896d035b8e5b7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3109 + 2071 - 9237 + 2291 + 3816 - 8731 + 8655
Output:
| [
"4244"
] | task085-f6dbdfddd5074c1ea222985b7fa4d8b5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9306 - 4858 - 2800 + 7038 - 5966 + 7818 + 9704
Output:
| [
"-1630"
] | task085-f939719093694d2089b0e3c90aa1a977 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4601 - 8938 + 4215 + 9896
Output:
| [
"-572"
] | task085-c38978ee1a8240609612c756395951c6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3227 - 1487 + 28 + 2609 - 1395 - 9603 + 1719 - 2418
Output:
| [
"13774"
] | task085-3f127939a2bb425586aeef4337b9119c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7216 + 9323 + 1151 - 5104 + 2265 - 243 - 2012 + 1215 - 5670
Output:
| [
"6291"
] | task085-ccf13be7889a4c75bb376b123a86b431 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2432 + 588 - 6240 + 8670
Output:
| [
"-586"
] | task085-c4b60a720a434ca9badd2c6a8a4dbb43 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5035 - 2460 + 5651 + 7296
Output:
| [
"-5452"
] | task085-b88ff8db15b042a5aa049ea3789126bf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9292 - 7471 - 1025 - 8458 + 444
Output:
| [
"25802"
] | task085-ae97bbfe8b4f494bbcb18bc4efb8f9fa |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 77 - 5788 - 7743
Output:
| [
"13608"
] | task085-219f17c06d7645fc831feefbc767cc59 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8671 - 4816 + 3192 + 6202 - 1106
Output:
| [
"5199"
] | task085-940c984f73ed40af8a97302a2dfde2b1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9261 - 7923 + 2860 - 8743 - 2971 + 9367
Output:
| [
"16671"
] | task085-65a38813df1f415e97b3c04a56dadc6a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2736 - 2912 - 208
Output:
| [
"5856"
] | task085-d6e1c6d3e5654a9f99f29b46f92402c5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7392 - 9685 + 3575 - 9028 + 9429 - 8408 - 1489
Output:
| [
"22998"
] | task085-df43ec173a804aad97122824c2af8118 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2605 + 7678 - 206 + 7156 - 6380 - 2327
Output:
| [
"-3316"
] | task085-c2ac6ce5429b4db5b31b2af41cf87b7e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2781 + 648 - 5143
Output:
| [
"7276"
] | task085-08c15dde78314bb3a942b42455a9df15 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1672 + 6086 - 3223 + 4019 - 3827 - 1480 - 1210 + 8573
Output:
| [
"-7266"
] | task085-bb3bc4caf2f8495da8dcb3eb61070d19 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4488 - 2799 - 4933
Output:
| [
"12220"
] | task085-f6f413a7e83446699896e4eb2354a342 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8213 - 7166 - 3524 + 2770 + 767 - 3629 - 7894
Output:
| [
"26889"
] | task085-d17fc73a05b141c585e560b2740fca6c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
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 - 1817 + 4907 - 9211 - 4091 + 9928 - 5834
Output:
| [
"8586"
] | task085-04c12dceb3244fe18c7159b7a5b2ee7c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 285 + 2856 + 2862 - 5576 - 2240 - 548
Output:
| [
"2931"
] | task085-11f344b22a414f1aab49348f2de0add1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4819 - 5147 + 5767 - 1715
Output:
| [
"5914"
] | task085-f9db0c17357b4a79a499e076cec8876a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3078 - 1433 + 9775 - 1781 + 5531
Output:
| [
"-9014"
] | task085-ad9e2369410d4e33bca77d638841a49e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8805 - 6896 + 7685
Output:
| [
"8016"
] | task085-423331d6078d4afb96207729ca546336 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5425 + 1740 + 5425 - 8068 + 9530 + 1411 - 5497 + 7157
Output:
| [
"-6273"
] | task085-406db3a4bd1c4b2f8fbfbccdfff2c689 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8186 - 5449 - 3523 + 1242
Output:
| [
"15916"
] | task085-ba905798680f45f8a54001595d612317 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 950 + 3653 + 9224 - 3435 + 4352 - 493
Output:
| [
"-12351"
] | task085-c091dd1c591e46eb9bb38048a29e86cf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9006 + 1225 - 3322
Output:
| [
"11103"
] | task085-d68d23e3c26c49439734c7e4e8edf885 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8894 + 1681 + 6914 + 9784 - 4646 + 1862 - 2316
Output:
| [
"-4385"
] | task085-e1559cdcf372484a9625aa8c6f583d3b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3639 - 8674 - 3927 - 2323 - 2838 - 8301 - 5104 - 48
Output:
| [
"34854"
] | task085-e6cb5a0411f44d71a3e394f9bb4fc7a9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 735 + 7682 - 2492 - 7149 + 7531 + 4967 + 3646 + 6439
Output:
| [
"-19889"
] | task085-f02038a90c744b329f68743e37135f9a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5820 - 7983 - 3749 + 9201 + 6193
Output:
| [
"2158"
] | task085-8151cb75d3394bbfbe98c2bf57ba34af |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6662 + 3262 + 7144
Output:
| [
"-3744"
] | task085-1f5a5e6a638e429c97595876f798f445 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9790 - 3347 - 4992 + 7882 + 8516 - 3239 - 2781 + 9087
Output:
| [
"-1336"
] | task085-b7a1118b636d40d480e5d62bd35d5f7e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6729 - 6577 - 4789 - 6061 - 1189 - 2628 - 6930 + 3226
Output:
| [
"31677"
] | task085-3f859cdc4b7c4485901ef58facf2eeb3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7617 - 2247 + 1576 + 7048 + 2100
Output:
| [
"-860"
] | task085-a15f06ce192e471bbeee99590499f31d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3958 - 3065 + 4795 - 6461 - 5552 - 6720 - 8252
Output:
| [
"29213"
] | task085-131abaffcf8347c5b327bb2f93a5d8c1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1922 - 413 - 5668
Output:
| [
"8003"
] | task085-1b50ac0935b44ba8a39cdf38ccabcc18 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8985 + 1522 - 6372 + 2613 - 4786
Output:
| [
"16008"
] | task085-565d2760353743a1892246127add4546 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 309 + 4622 + 5720 - 9343 + 7462 - 7710
Output:
| [
"-442"
] | task085-f959847940ee4bcebef56efdbea27e3f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2053 + 7048 + 2691 + 8971
Output:
| [
"-16657"
] | task085-5fe9397a03e34a31a9104d0f646ff646 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1057 + 3862 + 690 + 6582 - 9958
Output:
| [
"-119"
] | task085-497d81081c27411ba4896e5f0bc25b8f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9078 - 7625 - 363
Output:
| [
"17066"
] | task085-b1fedf693f384d68b6f7462bbfdc5503 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2410 - 6452 + 8250 - 4738 + 9570 + 9372
Output:
| [
"-13592"
] | task085-84be5d5f04474a0cac30ad4c36bcf7cd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9546 + 2474 - 1051 - 1984 - 2985 - 3769 - 9944 - 5897
Output:
| [
"32702"
] | task085-7b5a418c031e4617a7e98ec3e9a31dac |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6772 + 8350 - 3061 + 7390
Output:
| [
"-5907"
] | task085-f317d9b71c854dafb2c9fea304d2575b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5157 + 3924 + 2857 + 2574 + 7451 + 9166
Output:
| [
"-20815"
] | task085-95f0ebfa1e254c5197735fc1cc35cea3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7101 - 2571 + 5405 + 511 - 5820
Output:
| [
"9576"
] | task085-0e6758a2abe342b081073d64a43698bc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5794 + 8851 + 4881
Output:
| [
"-7938"
] | task085-c6eed38123a2423181204d73bfee4668 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6645 + 1416 + 2174 - 120 - 5847 + 2506 + 4548 + 2837 - 3812
Output:
| [
"2943"
] | task085-690f009491bb462ba1509914184b0fe1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6119 - 2571 + 9856 - 8240
Output:
| [
"7074"
] | task085-db8b3491e53a4c6b8ba036b0030d12a6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8640 - 5798 - 1064 - 1979 + 5289 - 8930 - 3786 - 9128
Output:
| [
"34036"
] | task085-97eaaab887844211804efb53bdfa43d3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5923 + 626 + 6240 - 3128 - 4782 - 8660 - 5875 + 8426
Output:
| [
"13076"
] | task085-fa971daecbd741abaf4f81a427e005ca |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5508 + 3315 - 4338 + 2463 + 1299 + 9932
Output:
| [
"-7163"
] | task085-1b65ab5e27ad4f8fba43d75080d7cfcc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2953 + 3661 - 3552 + 7548 + 6364 - 8172 + 5031 - 4103
Output:
| [
"-3824"
] | task085-baff8a5393144e88943ad1b3d24651bf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8770 - 4362 + 8132 + 1253 + 6642 + 8278 + 2685 - 3013
Output:
| [
"-10845"
] | task085-629fc37675e240ffb73abef8905e0c51 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7968 + 6568 - 4265 - 8734 - 8834 - 8258 - 3622 - 2231
Output:
| [
"37344"
] | task085-008a5032f54647b8b7a53436695603af |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2411 - 409 + 4813 - 7611
Output:
| [
"5618"
] | task085-b140329965d7484bad2b51f76d9fac35 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1426 + 331 - 2795 - 6683 + 573 + 8207
Output:
| [
"1793"
] | task085-926577e094774f2b9c83077833c5a369 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3529 + 2441 + 1274 - 3916 + 9691 + 1272 - 1286
Output:
| [
"-5947"
] | task085-4fa88b163c1b425d98ccf82f5adddfbf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 812 + 6106 - 2904 + 7738 + 7655 - 6987
Output:
| [
"-10796"
] | task085-18a54696926343a8b430b276e06f6722 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5360 + 7507 - 3329 + 6345 - 9328 + 3114
Output:
| [
"1051"
] | task085-222dbd9a429f4be4b712fa6d47a4a22a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1106 - 8003 + 7333 + 8830 + 3013 + 6837 + 4107 + 5458
Output:
| [
"-26469"
] | task085-9e21b4782f834c13944460ff7fb5db20 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5984 - 81 + 1371 + 1224 + 9698 - 7251 + 9688
Output:
| [
"-8665"
] | task085-97e07c84b9ff4418887ce579d1745696 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1049 - 9060 - 9087 + 7319 + 9479 + 3232 + 8371 - 4423
Output:
| [
"-4782"
] | task085-412c739c83754a1aaa0067e6b6cc2c58 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4024 - 2501 + 1579 - 7835 + 8587 - 1634 + 1839 - 3899 + 9283
Output:
| [
"-1395"
] | task085-bd3c71b9b8e64037bae299089b6ff529 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4988 + 343 + 5875 - 2653 - 1902 - 6888 - 809 + 4979
Output:
| [
"6043"
] | task085-0a2491520b6c412d97ce96a74cec1f72 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8789 - 6330 + 1228 - 2149 + 6523
Output:
| [
"9517"
] | task085-c805a0ce61f14b799bb2a0de475731fb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7466 + 8802 - 7949 + 3699 + 1317 - 3985 - 4855 + 4611 + 2884
Output:
| [
"2942"
] | task085-632ca699d0e8498e888da4406a4771a7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4614 - 8721 - 3540 + 920 - 5498 + 2896
Output:
| [
"18557"
] | task085-bed43c85d72a4615beef53a95033d25d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7976 - 9189 - 3349
Output:
| [
"20514"
] | task085-544028e3892d4771b1eeb7291509d1f2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3711 + 5419 + 899 - 3787 - 953
Output:
| [
"2133"
] | task085-9010b79d378647f9bfee5737df423985 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 54 - 5726 - 2157 - 4411 + 9308 - 7572
Output:
| [
"10612"
] | task085-dfb5079103b841e7b17dd61836c5c24a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 107 - 4833 + 7448 - 3549 - 9922 + 6065
Output:
| [
"4898"
] | task085-a024742413854ef980379f306a16f952 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4975 + 6986 - 1863 - 5616 + 5201 - 572 + 7186 - 5860 + 1949
Output:
| [
"-2436"
] | task085-ebbaf6f35e544175b6b72bdada2cbfbd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1831 + 2576 - 4079 + 1814
Output:
| [
"1520"
] | task085-14cd7374b73147bf892687118e427d9e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6113 + 4517 + 9545 + 5722 + 7430 + 7248
Output:
| [
"-28349"
] | task085-f3b7fed002bc4580be6ce43d1c5335f0 |
Subsets and Splits