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: 5428 - 2997 + 9460 + 1277 + 3244 + 3863 + 2498 + 9270 - 6946
Output:
| [
"-14241"
] | task085-d372bbfe147544fcb675862d13f00d64 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8281 + 5207 - 3963
Output:
| [
"7037"
] | task085-d7873cb5860342288e32bd618104a519 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3745 + 7779 - 5634 + 4511 - 9583 - 1203 - 6978 + 5755 - 6406
Output:
| [
"15504"
] | task085-fac1ea6b9f084f9fb2878da9dd49769b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4762 - 7407 + 3231 - 2800 + 8874 + 3098 - 2679 + 843 - 4951
Output:
| [
"6553"
] | task085-34963feec4ff4a4ea94cb1b68ca0fff8 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3373 - 9592 - 2051
Output:
| [
"15016"
] | task085-3296a2dd6b054d3aaeb5e4b8547882da |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6040 - 1167 + 8842 - 4465 + 2239 - 5347 - 8403
Output:
| [
"14341"
] | task085-64dd45861a984e0a8f3aba49bfb96b3d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9489 + 9798 - 5667 + 3983 + 2492
Output:
| [
"-1117"
] | task085-53f986894b984399a5c6a8d0cea118b4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1744 + 4800 - 4688 + 2637 - 1656 - 4459 - 9618 + 4120
Output:
| [
"10608"
] | task085-0cfb13b2d304497d8d0973ab84ba6ac4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3030 + 42 + 1794
Output:
| [
"1194"
] | task085-2822b799765b4910a3dffc02c67ef9bb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3634 - 5574 - 3604 + 8782 - 1560 - 3143 + 2152 - 7467 - 8466
Output:
| [
"22514"
] | task085-ddc40cd5d0dc441d8bb6adf5fe6ab3a9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3670 + 2615 - 5631 + 9582 - 5170 + 6439
Output:
| [
"-4165"
] | task085-7e324ee69cf8483eb7fef9df76f02185 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 519 - 930 - 1936 + 8803 - 5035 + 673 + 3972 + 1711 - 4790
Output:
| [
"-1949"
] | task085-2ebd9e2111534a269abb0d16fb71b6ec |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4588 - 3423 + 6635 + 4237 + 8244 - 3073
Output:
| [
"-8032"
] | task085-4678055f54fd45f298db4e0d3d169d14 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2899 + 2523 - 4247 - 5288 + 6546
Output:
| [
"3365"
] | task085-53494e3f01d94a9884b0d764e1308fca |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5371 - 9339 - 8498 + 5063 + 6532
Output:
| [
"11613"
] | task085-abc8253a65954d65801380671efecba9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2421 - 8735 + 7270 + 741 - 5249 + 1763 - 646 + 4175
Output:
| [
"3102"
] | task085-ee9a52a3d0f041da96573d05ca29e10c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3591 + 5819 - 8713
Output:
| [
"6485"
] | task085-a684001b8bca447585a1b7072a908d04 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6944 - 4655 + 5219
Output:
| [
"6380"
] | task085-6b32f990569f4b728b7350b5f76cea8d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6900 - 9590 - 6937 - 8455 - 7137 - 6977 - 1696 + 2085
Output:
| [
"45607"
] | task085-895a6181086c42749d83f0a15ab9a5fd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 185 - 9498 - 2685
Output:
| [
"12368"
] | task085-d578dbc1a5b6410e9a74e4e5b0119532 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9161 - 6658 + 4795 + 5621 - 1895 - 3766 - 7738 - 570
Output:
| [
"19372"
] | task085-033adbc5c938449eb4a7b7694236f66d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7337 + 5801 - 8640 - 4143 - 2557
Output:
| [
"16876"
] | task085-f7795691a13a4bf3864114104bd4e3c3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2999 - 5888 + 4667 - 9623 - 5438 - 2159
Output:
| [
"21440"
] | task085-e292d41d38fc414b860824f508a6501c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9450 + 2784 + 6824 - 2640 - 2338 + 688
Output:
| [
"4132"
] | task085-088e32755d814a89937b42bfd2dfe5d7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2392 - 3109 + 618 + 341 + 5366
Output:
| [
"-824"
] | task085-2d2ad47138774c6a85b7ad8ecb534e3b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4242 - 1088 - 4873 + 766 + 1641 + 7003 + 7327 + 5270
Output:
| [
"-11804"
] | task085-827983da1ecb4969ac63bddf6943e6ca |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2482 + 7146 - 976 + 4764 - 2970 + 9082
Output:
| [
"-14564"
] | task085-0884085482e046c9abf075a3f5795790 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 749 - 7734 + 3498 - 6468 + 9623 - 6654 + 9316
Output:
| [
"-832"
] | task085-5b2c9afc6a224f82b3c794cada98ce6e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5918 + 3861 - 7649 + 6233 - 9529
Output:
| [
"13002"
] | task085-d9748a279b6c47ae88f6dccd114f6175 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1709 - 2270 - 1077 - 9681
Output:
| [
"14737"
] | task085-f2d6256840404b2a8022dc18463f9589 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8192 + 7623 + 6333
Output:
| [
"-5764"
] | task085-fc0a2e4bf06c468e89103083a9aa01ef |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9625 - 1139 - 9303
Output:
| [
"20067"
] | task085-975721221a5e48feba7430530be8bdc5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 680 + 9383 - 2098 + 1959 - 3921 + 9252 + 9964
Output:
| [
"-23859"
] | task085-1090abe2237f4b129586bc0b12f303fd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2262 - 1254 - 2348 + 836 + 291 + 519 - 4151 - 2406
Output:
| [
"10775"
] | task085-b665b18a6f3d4e21a1b6480b1cc0eea2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5424 + 14 - 2276 - 9871 + 5103 + 7074 + 8796 + 7826
Output:
| [
"-11242"
] | task085-2c9463ad740348e5a44a0af00b9b1ea1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7762 + 3870 - 3748 - 2965 - 199 - 9277 - 1158 - 9708
Output:
| [
"30947"
] | task085-0d8b9fb1046d4f96816ebb0d01450e67 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1253 + 2810 - 8393
Output:
| [
"6836"
] | task085-b39e1a9e77674aca94c90d5f1f028f97 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3311 - 8823 - 3478 - 5118
Output:
| [
"20730"
] | task085-b9db6eb1db89449c8c97721af4bbc968 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 234 - 6927 + 4901 - 7361 + 2967 + 5458 + 171
Output:
| [
"1025"
] | task085-e73dc09ca11446dd94d9d047f530bb2b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3620 - 6629 + 4228 - 2 + 7792 - 4966 - 3574 + 7266 - 658
Output:
| [
"163"
] | task085-e15104eeb8134edcb3e21012640733d1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5695 + 558 - 1480 + 4879 + 9300 + 5120 - 7583 + 4404 + 5490
Output:
| [
"-14993"
] | task085-001917fb6a0945fabdc12072f04c8913 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7039 - 9290 + 5017
Output:
| [
"11312"
] | task085-628d99bd7878422db66cecd6f099c31f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1363 + 7653 + 7060 + 825 + 7086
Output:
| [
"-21261"
] | task085-dd8f3a00bf984a6bba5e7ae8999dd81d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3226 + 4112 - 3169 + 8133 + 8358 + 788 + 4377 - 2882 + 4608
Output:
| [
"-21099"
] | task085-af8a95240ca94344a156c6c194164504 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 889 + 8124 + 8807
Output:
| [
"-16042"
] | task085-8857e58e682c437cb47833a156b41db3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 580 + 9980 - 4059 - 4694 + 8096 - 3324
Output:
| [
"-5419"
] | task085-25d5ab9de30d402eb7e3ba625d2a1d77 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8558 - 8182 + 9259 + 405 - 7588 + 7853
Output:
| [
"6811"
] | task085-df211bbb809e4298abc6e0f6b73d9554 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4222 - 4010 - 3630 + 3618 - 7821 - 6537 - 5363 - 8724 - 3882
Output:
| [
"40571"
] | task085-5b694d4ecddf4361a0298a022d88aad4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1173 + 1147 + 182 + 5185 + 8573
Output:
| [
"-13914"
] | task085-399b9accd9cb4f7f8bc3ce0b7828464f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1220 - 7008 - 4400
Output:
| [
"12628"
] | task085-39d0d8a684284cbe92db5d76da015664 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 825 - 766 - 6006 + 2280 + 687 - 8632 - 296 - 6481 + 7331
Output:
| [
"12708"
] | task085-2f2e54dea6fe4b75be11d28f4ac52863 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8900 - 6626 - 7672 + 5386 - 6757 + 9375
Output:
| [
"15194"
] | task085-4a29db89b6de453eb8fadbea20660543 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2795 + 7457 - 9974 + 3030 - 8060
Output:
| [
"10342"
] | task085-ccddc5da10c04c80bb7e6687b597da34 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8210 - 1644 + 1893 + 928 + 2507 + 5
Output:
| [
"4521"
] | task085-3dc9957e1c8e4d34b56f9b107c3a8385 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6538 - 3425 + 2688 + 7111 + 2767 - 1164
Output:
| [
"-1439"
] | task085-bf85897dddfe4ee895fabaf360a90604 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 353 + 9911 - 8686 + 3017 + 7420
Output:
| [
"-11309"
] | task085-956d2576a0fb4b71849dd71bd7da857d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1604 + 8876 - 2584 - 5697 + 7986 + 470 + 6813 - 9910 + 4545
Output:
| [
"-8895"
] | task085-998678de24bf438382ec60cfc9771b60 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3330 - 3557 + 1535 + 4675 - 8105
Output:
| [
"8782"
] | task085-a707861d00dd46d3b37136783d8becc4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 844 + 6298 + 9842 + 4395 - 343 - 8341 - 875 - 7696 - 3132
Output:
| [
"696"
] | task085-bcf53a066c25435eb546ec2931b10836 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8741 + 335 - 9215 + 484
Output:
| [
"17137"
] | task085-7db6eadf3e984817ac45d98c658dcbf8 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3500 + 2051 - 6819 + 8962
Output:
| [
"-694"
] | task085-9f531d9de8884b0e82ae00ab71373486 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8082 + 876 - 6266 + 401
Output:
| [
"13071"
] | task085-a0b512e9f07040b0a0608112596c7a28 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
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 + 482 + 5285 - 1520 + 7857
Output:
| [
"-7673"
] | task085-202747790e864c8f9b90242f899430d4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7648 - 1897 - 6791 - 2517 + 9169 - 9345 - 5838 - 8645
Output:
| [
"33512"
] | task085-c3bbc4ed97a74dfabce67af76fa355e2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9915 + 5441 + 5702 - 587 + 1622 + 5629 + 2205 + 5777
Output:
| [
"-15874"
] | task085-9998734d211e45a588026fa95dd7cd22 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5195 + 8348 - 3554 - 7897 + 4196 - 8037
Output:
| [
"12139"
] | task085-9035d2c0bf1846a0a73b008d9775a947 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4811 + 1843 + 5389 - 9883 - 2849 - 8160
Output:
| [
"18471"
] | task085-0f573e6a4a4049ed84cd7493c3aba8ed |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9885 + 402 + 66 + 4818 + 2654 - 4301 + 2712 + 5842 - 2959
Output:
| [
"651"
] | task085-3b60c71e9b284671ae94222283a8b13a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 753 + 5217 + 7716 + 632 + 1967 + 8801 - 4573 + 2827 - 3398
Output:
| [
"-18436"
] | task085-e557d798766c4802a7e23c00449cf461 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6219 - 3209 - 3746 + 8160 - 4057 + 1131
Output:
| [
"7940"
] | task085-afef36ff946d464bbac950c8407d7777 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 171 - 966 + 1234 - 1722 - 4406 + 9773 - 1161
Output:
| [
"-2581"
] | task085-a3f4d5a5929a47a4ae435c7b75d60cbf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6911 + 7737 - 8272 + 2465 + 7928 - 2617
Output:
| [
"-330"
] | task085-5f2fceabf19c4a76bce54450dd347104 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7615 + 4328 + 3785
Output:
| [
"-498"
] | task085-e3389f11803a4fff8a71223f8fb24265 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5389 + 2779 - 8118 - 668 - 3384 - 9003
Output:
| [
"23783"
] | task085-713c34f3a3c54175830b366a13c6a1af |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2673 - 123 - 5121 + 7601 + 976 + 4369 - 4232
Output:
| [
"-797"
] | task085-dd38b1f3429643839942a276550bc472 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6357 + 9774 - 1115 - 350
Output:
| [
"-1952"
] | task085-0f2d09c9a4d74ee89a78a8cb9f205eff |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9712 - 7503 + 4633 + 6164 + 5315 - 2544 + 8663 - 4739 - 5851
Output:
| [
"5574"
] | task085-946f38d9060a4c3fb17024290d50c6f7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 349 - 8230 + 9691 - 3735 - 8689 + 5398 + 7849
Output:
| [
"-1935"
] | task085-5dce87be1bf041bd910e1cb6d9129627 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8590 + 721 - 8085 + 5633 - 7096 - 7396 + 9307
Output:
| [
"15506"
] | task085-d69e84b580dc445f9a10b90476813d20 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6546 + 5643 + 2713 + 2747 - 2179 - 8582 + 8171
Output:
| [
"-1967"
] | task085-62c84ee1cbb443ae8e63213abff95365 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 353 + 9481 - 4919 + 3539
Output:
| [
"-7748"
] | task085-00d468342ece40199d2afbb737ce9c1d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1470 + 1395 + 3788 + 7517 + 2388 - 431 - 2393 + 4241 - 560
Output:
| [
"-14475"
] | task085-01b6af1b395045f2a2d2de216de4c83e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5335 + 8307 + 4845 + 6853 - 9847 + 7289
Output:
| [
"-12112"
] | task085-b5a0154275594681bd1979458d3aebb3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 436 - 6073 - 9856 - 562 - 4163 - 3969 + 7731
Output:
| [
"17328"
] | task085-6394594d38d9476fb740b47b27873537 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5856 - 5004 - 168 - 6024 + 8878 + 8090 - 3389 - 1866
Output:
| [
"5339"
] | task085-4bad3c7b66db4fe189a674c0a8875b6d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6481 + 7589 + 3547 - 3632 - 3306 + 5740 - 6814
Output:
| [
"3357"
] | task085-bb2aaab1a69049e0ab2f9cd9cd07da26 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7211 + 8418 + 502
Output:
| [
"-1709"
] | task085-527f860302384e64a9fc3dc97dbbc7ff |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 897 - 1915 + 885 - 7836 - 2143 - 3251 - 6339
Output:
| [
"21496"
] | task085-79819bb17ee2457a8fdff8443a724663 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9955 - 4915 - 9910 + 3997 - 9596 - 1910
Output:
| [
"32289"
] | task085-8b511c5bc0674ccd8e47db296197ff73 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1614 + 5794 - 2578
Output:
| [
"-1602"
] | task085-645f24ced23c46d9976511fbe21cb3dc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4244 - 8020 + 841 + 3227 - 36 + 8196 - 5897 - 9516
Output:
| [
"15449"
] | task085-9b73111347a74298ad77219b357bb63a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 839 - 2773 + 2850 + 4857 + 5774 + 8069 + 6921
Output:
| [
"-24859"
] | task085-969d7e57658045998aa4737b80832ef4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4576 + 5275 + 4223 + 5925 + 1624 - 8986 - 9439 - 5873
Output:
| [
"11827"
] | task085-7d3c9af78451460785df395319f165b1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7640 + 3347 + 904
Output:
| [
"3389"
] | task085-9b331ff28dde4a71b84b886370dbb7cb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8142 + 4938 - 2910
Output:
| [
"6114"
] | task085-e4eb35fd7870486bb9146377a5967788 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5918 - 9009 - 3385 - 2716 + 3508
Output:
| [
"17520"
] | task085-13a0214497fb4b788b1ccc1114f5cb3c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3499 - 2496 - 8559 + 8652 + 3011
Output:
| [
"2891"
] | task085-b976bbe098f74c139e4bc852e659ba71 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6383 - 1005 - 2853 + 8167 + 6611
Output:
| [
"-4537"
] | task085-a3a6123903de4fe48bc2e30047271413 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4720 - 7543 + 3750 + 6137 + 9215 + 1845
Output:
| [
"-8684"
] | task085-af7836ec21ff4ba6bdd2309f24fe07b4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1168 + 2498 + 7324 + 4040 + 319
Output:
| [
"-13013"
] | task085-e9d049e162634849bf61e333c9359372 |
Subsets and Splits