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: 3625 + 8912 + 3889
Output:
| [
"-9176"
] | task085-e8654475831441e19238bf78e90c8c2e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 120 - 2644 + 4589
Output:
| [
"-1825"
] | task085-7a7bf3be07f648dea3886fcf88015ecc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9564 - 364 - 8180 + 8225
Output:
| [
"9883"
] | task085-92284ffb7dd046baaf1e684ac1288bc3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
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 - 8035 - 9149 - 4981 + 2699
Output:
| [
"22365"
] | task085-087ff40aabce4df681f6f853a28cf15c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 541 - 3060 + 3289 - 8574 + 527 + 5302
Output:
| [
"3057"
] | task085-617e216fbe11462a9a30b57ce949ec34 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5693 - 8582 - 3641 + 7837 - 4908
Output:
| [
"14987"
] | task085-1b140f2f51384c9387e3d5dce20ea09b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7397 + 136 - 6760 - 3344 + 6625 - 151 - 4600 - 3518
Output:
| [
"19009"
] | task085-d0035b0b75ef449a938db6bde11a08d2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1535 - 6646 + 569
Output:
| [
"7612"
] | task085-a0e65fecf108441c8eedf552232bde23 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9569 + 8889 + 5912 + 8468 - 5830 - 1399
Output:
| [
"-6471"
] | task085-75bce18e71a94598bc66bb15aca0e205 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6853 - 3523 + 1895 + 6916 + 2795 - 8802 - 3074 - 5622 + 956
Output:
| [
"15312"
] | task085-624f442da6a140f49e02378eba67b77f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9380 - 5155 - 480 - 6791 - 9548 + 2674 - 821 + 657
Output:
| [
"28844"
] | task085-a5caa200da5b4fe0952e6fd281f128bf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7631 + 7518 + 9796 - 2652 + 3066 + 4890 - 7401
Output:
| [
"-7586"
] | task085-1db32d5bdc2d4fe6aa26d23b16b4defc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4101 + 4473 + 7519 - 3212 + 1512
Output:
| [
"-6191"
] | task085-c9d57a88c08f4bb28fb93009cd80882b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5715 + 8522 + 1150 + 5025 - 8146 - 9209
Output:
| [
"8373"
] | task085-3ebfbe613d66435b9c3c1f613de590c9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3305 + 7290 - 7983 - 1739
Output:
| [
"5737"
] | task085-331a9e6383144f4fa7986734dd5a932b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5992 + 7637 - 7427 + 1102 + 677 + 9685 + 6972
Output:
| [
"-12654"
] | task085-e86e14f6239744b895623ae5fd827905 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3252 - 8243 + 4778 - 9180 - 6820 + 6047 - 7988 - 7750
Output:
| [
"32408"
] | task085-bd6710c0c20343cdbe07a2ec6e38f08c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3517 + 3137 + 8468 - 6738 + 1578
Output:
| [
"-2928"
] | task085-b5d1d863be914378a4bddad8e7e3033e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2073 + 9172 + 1885 + 4049 + 9955 - 818 - 1507 - 7798
Output:
| [
"-12865"
] | task085-f92260871aea4daa8c9a106b30dfd89c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1784 - 233 - 8535 - 3095 + 6738 - 7902 - 6264 - 7827 - 4717
Output:
| [
"33619"
] | task085-334e223095624104a158b772e2ed8a3a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7888 + 8249 - 1851 - 4622 + 806 + 5603 - 2709 - 6155 + 8553
Output:
| [
"14"
] | task085-ff4f885b1c924c75bed31c3fa166c5a5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4971 - 4835 - 3555 - 4099
Output:
| [
"17460"
] | task085-7f9dabb52a0e447c9b37d63ea641e4e1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5610 - 3034 + 9312 + 7337 + 2731 + 8581 + 5926 - 2102 + 2137
Output:
| [
"-25278"
] | task085-f4a4cd87a4ef435f9febb5c1b5fe1536 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4343 + 8014 - 9911 + 6204 + 8039 + 41 + 1980 - 9846
Output:
| [
"-178"
] | task085-3db059979b954c619742f4b692833bb0 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2112 - 4368 - 4392 + 6549 - 7640 + 9870 + 4722
Output:
| [
"-2629"
] | task085-038b2a7141c543c7b2df1d2b2eb43025 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1122 + 3359 + 4856 - 8802 + 600 + 3512 - 4067 + 6320 + 711
Output:
| [
"-5367"
] | task085-443c5c8accbc46cfb9b14ee88943e318 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2738 - 5562 + 4529 + 5438 + 1799
Output:
| [
"-3466"
] | task085-efbb919e437943eba1a91213f3d4de6b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8566 - 9225 + 8225 + 6184 + 4592 + 8237 + 8947
Output:
| [
"-18394"
] | task085-2f482fc3194f4c168d84d6728c21ebb8 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6269 - 3613 + 6089 + 8169 + 6709 + 168 - 8393 + 9660
Output:
| [
"-12520"
] | task085-0cd88008622040a584c741958001fd08 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2677 + 2985 - 4137 + 3098 + 56
Output:
| [
"675"
] | task085-e28ea9ad4a744dda9b7c104fc5c78e95 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8552 - 1559 - 9197 - 2232
Output:
| [
"21540"
] | task085-6c35ed21021d45c992ef986007088da4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 310 - 4741 + 2069 + 2831 + 5351
Output:
| [
"-5200"
] | task085-5112aa6e59e74a879b38044c2b2e8979 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2351 + 6146 + 1272 + 5408 + 189 + 4766
Output:
| [
"-15430"
] | task085-21e9500e1e024a6f95c216e48eaf5535 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 10000 + 8193 + 7993 - 5182 - 2246
Output:
| [
"1242"
] | task085-d77f7522f51c4c4ab1986d2953630de5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 381 + 2677 + 1618 + 134 - 8544
Output:
| [
"4496"
] | task085-22b07278a4fc4992a561559c942daf43 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6091 - 9741 + 8943 + 4033 - 2984 + 4984 + 8503
Output:
| [
"-7647"
] | task085-573aff0eebde407a8da2bdb523042785 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3340 - 7794 - 9750
Output:
| [
"20884"
] | task085-603465a5ad3f4782a431766e17269199 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7477 - 3932 + 8473 - 7040 - 7705 + 4780 + 1503 + 9469 - 4218
Output:
| [
"6147"
] | task085-3fad59f83384490fbaf63f75be3a6871 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7554 + 4033 + 7183 + 3158 + 40 - 6830 - 4107 + 3579
Output:
| [
"498"
] | task085-1be4dbf5274c48c1a26d38874d453a87 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8649 + 4397 + 919 - 3478 + 2935 - 8295
Output:
| [
"12171"
] | task085-57f680ab12d44b97bc76595bb8477cf9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9191 - 6484 - 7254 + 4058 - 1092 - 1704
Output:
| [
"21667"
] | task085-06ee3458f36b40ce896fe7011ea6d8ef |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5606 - 9775 + 6581 + 287 + 2936 - 8113 - 7688
Output:
| [
"21378"
] | task085-7c75f20b874d4fc588614d7f7b131f87 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8539 - 6592 - 7022 + 9420 - 6659 + 6795 - 4788
Output:
| [
"17385"
] | task085-47c0356053654c54a492db3b011edcb4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4926 + 1360 + 7922 + 8818 - 8177 - 7408
Output:
| [
"2411"
] | task085-12792fe4b1a3498eba832fd8d2a6b24f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4845 - 9738 - 529 - 9455 + 4452
Output:
| [
"20115"
] | task085-3f9c69e9716c45999aa1118df8018d6c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3876 - 1069 + 4304 + 1281 + 7687 - 2884
Output:
| [
"-5443"
] | task085-5c114d740586404b8457c6a89bd93f65 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
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 - 8737 + 956 - 8882 - 9541 - 5675 + 3330
Output:
| [
"34662"
] | task085-e6cca704a8b14978a5327a0e06f89455 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4187 - 110 + 1825 - 7557
Output:
| [
"10029"
] | task085-d5c12e63fee649fea3604cade122cdce |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3034 + 2718 + 4313 + 2233 + 151
Output:
| [
"-6381"
] | task085-052145ccf6f648a3a5a962fac277c5c3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8301 - 6117 + 9106 + 2168 - 4036 - 2644 + 8999
Output:
| [
"825"
] | task085-cb31bfffba7c4cfdbb9a984df7ad3549 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5935 - 1487 + 7631 - 4843 + 2946
Output:
| [
"1688"
] | task085-4a08e2c15d7848b0ba01c4a82037b9d4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
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 - 4085 + 6386 - 8656 - 9670
Output:
| [
"18978"
] | task085-15cc7027c7864d8d903db33b04fc34c6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7903 - 2202 + 4254
Output:
| [
"5851"
] | task085-795a0c03407241a0968af3530395bc01 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7530 - 9686 + 9091 - 341 - 509 - 934
Output:
| [
"9909"
] | task085-1cff7ebbd1f74576a17df6839b765092 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6885 - 863 - 6342 + 6777
Output:
| [
"7313"
] | task085-c7aef8f981ed478ab21fe18d4b5ce323 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2130 + 4563 + 7763 - 1270 - 9833 + 6731
Output:
| [
"-5824"
] | task085-dce8c74d7e1741f882841af84802763f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2265 + 4921 + 4162 + 7593 - 7389 - 9294
Output:
| [
"2272"
] | task085-b542579e0d084230ad65df537e27e438 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4831 + 8540 + 2158
Output:
| [
"-5867"
] | task085-7fd6e08ea6aa460b832f1b914a42b1b2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4357 + 7078 + 5372 - 5601
Output:
| [
"-2492"
] | task085-5dbf00a3c49543dda8350c2a8b197c32 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9293 - 366 - 9983 - 2589
Output:
| [
"22231"
] | task085-cebf46cbedd04073801cdebd29b9b436 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6072 - 9476 - 5857 - 2369 + 9260 - 9658 + 8053
Output:
| [
"16119"
] | task085-299fccf2e5394919b9045cfd64ff9464 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4800 - 6257 - 8892 + 8428 - 6741 + 9428 + 964
Output:
| [
"7870"
] | task085-b0488316025f4b0eb37bd51e889c7d6d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 555 + 1174 + 4465 + 6452 + 3211 + 2960 - 856 + 4997 - 9930
Output:
| [
"-11918"
] | task085-bc6c3b53b61849738d90abe39589d249 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4976 - 1873 + 3716 - 1478 + 6524 - 2417 - 5391
Output:
| [
"5895"
] | task085-a68ad0f4f4b243d4a1825e3157a1f540 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2543 - 390 - 4820 - 9353 - 1297 - 5045 - 1584 + 616 + 7133
Output:
| [
"17283"
] | task085-f5e02d963abe444f9a8883ca4579759a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3764 - 1457 - 2430
Output:
| [
"7651"
] | task085-57a4a549b3c94d17889535506f4bbb9e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6789 - 6255 + 3477 - 8628 + 3410 + 5875 + 7308 + 2357
Output:
| [
"-755"
] | task085-b2e31bdc9d6c40369b3b64945478ab5c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5076 + 7454 + 1010 + 606 + 89 + 701 - 8042 + 5219
Output:
| [
"-1961"
] | task085-745c134c94f143a4bd0ea59093fdb3e2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6165 + 9944 - 7355 + 1154 - 9300
Output:
| [
"11722"
] | task085-5f4e58bf2d354af5a4607ac2964edd9c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7766 - 1480 + 9909
Output:
| [
"-663"
] | task085-b15cfc7fc8d8431c9cf5ebbeb67af831 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4737 - 8536 + 5633 - 1731 + 3807 - 520 + 1622
Output:
| [
"4462"
] | task085-018e51805b724857a2a564c0dc989268 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 579 + 7360 + 9386 + 6028 + 700 + 5585
Output:
| [
"-28480"
] | task085-ba335695aa0c4364b766c6e3fc0129a7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8446 - 314 - 1166 - 5855 + 722 - 2238 - 1488 - 1667
Output:
| [
"20452"
] | task085-19da710964174cfb9f612cfcf1e65acf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 432 - 9641 - 9656 + 5044 + 3114
Output:
| [
"11571"
] | task085-0b9fb6cedcfe417c8078447225041853 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3429 - 9355 - 8237 - 4457 + 8432 - 8023
Output:
| [
"25069"
] | task085-339ff1a83e67420d93e1b67ff8372a40 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2748 + 5675 + 1643 - 6705
Output:
| [
"2135"
] | task085-4fab46c5084d40eb9ab2ca1ff5f55362 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7647 - 9403 - 4980 - 9902 + 8761 + 8753 + 9420 - 7534 + 4924
Output:
| [
"7608"
] | task085-73905a2f46c6448c975e36afea2d13b5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1336 - 1080 - 4873 + 2724 - 8322 + 844
Output:
| [
"12043"
] | task085-7a16ce43a2644c9582deef7c1fcab680 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8298 + 4095 - 6709 - 5287 - 726 - 6306 - 1094 + 1759
Output:
| [
"22566"
] | task085-fe4aed86e02c4b999905496e14fcefe6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4930 - 4285 + 8456 + 613 + 220
Output:
| [
"-74"
] | task085-b0e908d324be4d18a1f3690166b35399 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3536 + 274 + 2284 - 2679 + 9369 - 8345 + 6862
Output:
| [
"-4229"
] | task085-1ccd1ddca87c469ab44093a2a0a3fd12 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8953 + 2457 + 3936 - 7249 - 3081 - 4084 - 1384 + 5447
Output:
| [
"12911"
] | task085-b645ea673e6545b49c3a3bb63c7653dc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 383 - 4519 + 2901
Output:
| [
"2001"
] | task085-c12a8129f15c460090a133fd5f895981 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6551 - 9950 - 5170 - 479 - 5304 - 3855 - 2560 + 429 + 4472
Output:
| [
"28968"
] | task085-3fe70a13105641c2aec571955ff68ae1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6506 - 3008 + 5338 + 6295 - 4145 - 9250
Output:
| [
"11276"
] | task085-3a0b784cf2b74a59af6ea137e6646a3f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4292 - 360 - 8257 + 1485 + 5094 + 6450 + 2316 - 6753
Output:
| [
"4317"
] | task085-f6adaea89554476eb0a14735c5d63b5f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8872 + 6527 + 8150 + 638
Output:
| [
"-6443"
] | task085-71acfad92c3d487cbbf057b2cbf030c3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1032 + 1277 - 3458 + 3429 + 4356
Output:
| [
"-4572"
] | task085-4118ff7b6675411784d8178d38c42e36 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9276 + 7324 + 3048 - 8186 - 4920 - 2964
Output:
| [
"14974"
] | task085-91d16a0480374466ac5457de2d2d29e1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1350 + 3411 + 8584 - 7513
Output:
| [
"-3132"
] | task085-b804cdeed4b74f68945c2e1d94644444 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 685 + 1838 + 7652 + 8188 + 9347 + 974 + 1436 - 7717
Output:
| [
"-21033"
] | task085-607c95e3a3ea4e829ee24346e0341c30 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 568 - 7412 - 7593 + 7080
Output:
| [
"8493"
] | task085-b11d2629f18d4cad879b7cab25d4599e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3260 - 1419 + 8180 - 2370 - 4501 + 8731 - 1519 - 7885
Output:
| [
"4043"
] | task085-fcbb1093789a4e23adc8f80c39600a46 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3684 + 5839 + 6769 + 4981 + 537 + 6544 + 9362 - 5723
Output:
| [
"-24625"
] | task085-5fc52606a3b44eeb934b16d81d6ea9e7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9966 + 7947 - 7722 - 7525 + 2044 + 1875 - 8641 - 4734 + 7741
Output:
| [
"18981"
] | task085-2cf858d8174b47ed8939acba5c21b64c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4758 - 246 - 3022 + 2742 - 1285 + 2137 + 4423 - 4009
Output:
| [
"4018"
] | task085-7ff81c2a12ea4bc8a369d82363adb577 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6388 + 9788 + 4924 + 8437 + 3767
Output:
| [
"-20528"
] | task085-4f7b1fc52a984d26bb184ce6acf27b34 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4322 - 1928 - 948 - 7768 + 3401 - 3850 + 8990
Output:
| [
"6425"
] | task085-1184f13dc8fa4d87bec421bfcad5dab0 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8954 + 3487 - 3259 + 4893 - 3340 + 376
Output:
| [
"6797"
] | task085-a276a0571e37496d94b4325a987d5dfd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 415 + 1312 - 9916 + 9168 + 1911
Output:
| [
"-2060"
] | task085-9f25ab2162a547778706da1bb139fdf0 |
Subsets and Splits