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: 8816 + 9040 + 8637 + 1960
Output:
| [
"-10821"
] | task085-dca7fd92d4394d8796bffa150fae9386 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5299 - 8791 + 6861
Output:
| [
"7229"
] | task085-c32b8875ada147d79c8abe1a6d7daa4d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9421 - 6918 + 3154 + 9604
Output:
| [
"3581"
] | task085-b404acfa92f5490297aba5a4a01c7505 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5450 - 7077 + 4877
Output:
| [
"7650"
] | task085-a2c42c0356ea435eb765e567d5cf0e0b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8042 + 4055 + 4501 + 1367 + 2999 + 927 - 7239 - 2377
Output:
| [
"3809"
] | task085-4fa9cd3f4c4e4d459f5c7a24790b5adf |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3721 + 9415 - 1293 + 5354 - 161 - 9026
Output:
| [
"-568"
] | task085-07c3f1612885464181772e061ba3cabe |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1327 - 8507 - 2547 + 715
Output:
| [
"11666"
] | task085-abb0e77d14634fb387c6eaaff6cc904c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1916 + 5847 + 4371
Output:
| [
"-8302"
] | task085-f06eaec8591c42cbb02a18508c6a2f3c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3543 + 3942 - 5472
Output:
| [
"5073"
] | task085-cc7bf522df53461bb3e889dccca70df7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5914 + 6913 - 2797 + 6215 + 9710 + 6437
Output:
| [
"-20564"
] | task085-be54a5e2addf496ea03f2fe06caac615 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8518 + 5793 - 8585 - 5618 - 2631 + 9692 - 4233 - 2082 + 5634
Output:
| [
"10548"
] | task085-59391b0f3c7042329a706bfe5e909b13 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6939 - 3083 + 147 - 2609 - 3734 + 9132 - 8242 - 7148
Output:
| [
"22476"
] | task085-8c8fd14a14624979b67458f3041d9420 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5662 + 3263 - 7810 + 8928 - 3893 - 8293
Output:
| [
"13467"
] | task085-3a47f94f06f1484da81359d2680a8861 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4218 + 5110 - 3026 - 5259 + 3048 - 6396 - 7702 + 5522 + 2622
Output:
| [
"10299"
] | task085-c82cfc38dbe14657898937514031d055 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9122 - 1184 - 115 - 9224
Output:
| [
"19645"
] | task085-b0e72cf6fb4a44e2bc4725828abc01f3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6274 + 7819 + 8394 + 3810
Output:
| [
"-13749"
] | task085-823d908a1e1645568fde5b243a476545 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5563 - 9058 - 9315 + 8971 - 3360 - 1291
Output:
| [
"19616"
] | task085-735778476d204945bb7ae201082f5f51 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 146 - 5209 + 892
Output:
| [
"4463"
] | task085-ec20258de0084696a0c9dd12a54a4e05 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8259 + 7857 + 6719 - 7774 - 764 - 5563 - 4345 + 4598 - 6303
Output:
| [
"13834"
] | task085-719b105e83124c719c262a27ba5d5389 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6635 + 7902 + 1203
Output:
| [
"-2470"
] | task085-1e7762291e6740fabd3479b91fa9084d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7061 - 320 + 5708 - 1651 + 3113
Output:
| [
"211"
] | task085-c42857a9dff0479fb86c239dee855705 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9578 + 5703 + 686 - 400 - 5356
Output:
| [
"8945"
] | task085-988a5d6527474905b27dd83b67b98149 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8770 + 6476 - 6680 + 4855 - 9302 - 361 - 6011
Output:
| [
"19793"
] | task085-96b69d7461a34821a51540b4521702fb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9600 - 6935 + 8924 - 28 - 9714 - 3705
Output:
| [
"21058"
] | task085-6c46bde062dd4d2f94e0b021edac1731 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5884 - 1747 - 8569 + 1876 - 2986 - 5791
Output:
| [
"23101"
] | task085-301bcb661e77454886166e17f5c50be0 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 87 + 2732 + 3622 - 6181 + 166
Output:
| [
"-252"
] | task085-86d15c72c9a44a2d939f638a1c8fd6a9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1696 + 9285 - 8484 + 1114 - 4257 + 9829 - 2573 + 7448 + 7324
Output:
| [
"-17990"
] | task085-51f399879216492ba7ab9caa99f3391e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8193 - 1420 - 2264 + 3735 - 3047 - 3288 - 1606
Output:
| [
"16083"
] | task085-baa699e505554db883e3833146368f4a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4917 + 1064 + 603 + 2809 + 2877 - 7214
Output:
| [
"4778"
] | task085-dec257906cd44e0c95e82f677237a041 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9454 + 8935 - 9103 - 9391
Output:
| [
"19013"
] | task085-49b4fbd4dc9f42f9b4ac7488295e566d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 573 + 5713 - 779 + 3859 + 8902 - 7962 - 9244 + 38 + 1014
Output:
| [
"-968"
] | task085-bdb691a4448545c1bdcac7cc398097e3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7891 - 7168 - 782 - 9276 - 729 + 4276 - 4768
Output:
| [
"26338"
] | task085-a47b4f7eb72b48e787c13d6f9f54af6b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8000 + 8489 + 120 + 7746 - 5478 + 4430 - 576
Output:
| [
"-6731"
] | task085-a6ef3d04a09042db85c4e2dce473a4b6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4141 + 8541 + 7140 - 3808 + 7447
Output:
| [
"-15179"
] | task085-f62a74bcd053478da7240a85fcd06c07 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1137 - 2936 - 9428 - 2193 + 4286 - 7057
Output:
| [
"18465"
] | task085-84023b0f6d6640e5808ad213569cebab |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2197 + 9071 + 1995 + 4763
Output:
| [
"-13632"
] | task085-d44d619968fc40f2988cd4211a30a54e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2622 + 4627 - 9516 + 4727 + 9464
Output:
| [
"-6680"
] | task085-2ddf91d468fc42f9acd945ede795dfd4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2414 - 4646 - 5453 - 1705 + 5698 + 5259
Output:
| [
"3261"
] | task085-c5b8c0f814cf479ea48d635293ad5256 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9451 - 888 - 4324 + 9665
Output:
| [
"4998"
] | task085-7a14a69a8d634bfbb6c2a6b8e7c72001 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2059 + 7359 + 2330 + 6290 - 6090 - 9732 - 7165 + 2531 + 7670
Output:
| [
"-1134"
] | task085-a942df62d26a418eb305c2831c0dd8f2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7549 - 8550 - 5762 + 6504 - 3943 - 8899 - 6377
Output:
| [
"34576"
] | task085-e6a2ad919a6b444b94631591ba2fad3f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 313 - 8631 - 8836 - 1360 + 8424 - 9320 + 3626
Output:
| [
"16410"
] | task085-e5894c4a6f304803ab5d02c80e3a31ed |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7154 - 2315 + 7636 - 3631 - 2258
Output:
| [
"7722"
] | task085-96fb52536c7d4d568a26d098886117c6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2852 - 4 - 2979 - 2022 - 7414 - 469 - 2944 + 7716
Output:
| [
"10968"
] | task085-7b201bb792c949328d6d462630d3e282 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8742 + 8023 + 1812
Output:
| [
"-1093"
] | task085-9e565d79c9bb44ad91ba41f3de143bfb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9845 - 1131 - 202
Output:
| [
"11178"
] | task085-d6fd67433d09488ca8513eda18992b66 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6135 - 9642 - 804 - 8482 + 8373 + 6599 + 858 - 1910 - 9697
Output:
| [
"20840"
] | task085-fa4952358de847f5b0ab41d154600af0 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7174 - 4159 + 5015 + 5880 - 18 - 2225 + 5023
Output:
| [
"-2342"
] | task085-c672fd1428be4759ab037933ead2c011 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3073 - 2137 - 6640 + 9997 + 9751 - 2928
Output:
| [
"-4970"
] | task085-36e166327a0e469f8a7cdc68ce7d6c98 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4894 + 6591 + 3741 + 4659
Output:
| [
"-10097"
] | task085-5e7755eab37f43098f413a09d70ea0bd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8604 + 6941 + 1385 + 272 + 6133
Output:
| [
"-6127"
] | task085-17b36550f76c4f90a023022d506a7ecc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8957 - 38 - 9188 - 3313 - 5038 + 735
Output:
| [
"25799"
] | task085-ef2c4c1feca243e5b85ac6cd9d6efae7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4152 - 3346 - 6249 + 9268 - 8071 + 1095
Output:
| [
"11455"
] | task085-67d286d8863245a2ad12d4e0e7fc8e7b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4284 - 7547 - 4478 - 3941 + 9791 - 3691 + 6936
Output:
| [
"7214"
] | task085-56e12e340c7d455a9154ed69e0978d3d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4191 + 1526 + 211
Output:
| [
"2454"
] | task085-dc2e7632b3f146f8bb67624ea51a42a2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7169 + 1918 - 7501 + 5160 + 9033 - 3341 + 4286
Output:
| [
"-2386"
] | task085-42851ce2495a40d182082a8173a893f2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8152 + 5089 - 5325 + 8670
Output:
| [
"-282"
] | task085-5cd56e762ba34057ad723ec4c0da9ae5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2591 - 5867 - 9565
Output:
| [
"18023"
] | task085-6249c350ea0746aab235fbb64eb8f87a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5697 + 291 + 8491 + 9805
Output:
| [
"-12890"
] | task085-4a3536910f854355b24322c50831060e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3665 - 3814 - 8543
Output:
| [
"16022"
] | task085-a383e1d519fc4a858c4e5baf66905759 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 145 - 1532 - 6014 - 7946 - 5083 + 3849 - 4565
Output:
| [
"21436"
] | task085-dbad108906d54b9daf7c3658a0ed7e10 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4692 - 9127 - 1676 + 8128 + 717 - 9933 - 1014 + 1444 - 9732
Output:
| [
"25885"
] | task085-4b51b35c44614bb9a9baa227c1a5a736 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4040 - 4524 + 5518 - 7404 + 1148 - 5878 - 6662 - 9980
Output:
| [
"31822"
] | task085-9f7d3e2bd6b147209671f46e0a9d3de3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4449 + 4019 + 7637
Output:
| [
"-7207"
] | task085-4f4af01a307b403d9b95f183d4202100 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1718 - 8860 - 9652
Output:
| [
"20230"
] | task085-dda778ef08034a4d844bc2fb140b6ef5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 405 - 6598 - 7106 + 6669 + 7109 + 9251 - 9161
Output:
| [
"241"
] | task085-98d718f3036344e09c07d76a6b70b07c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4117 - 9273 + 2701
Output:
| [
"10689"
] | task085-6030295f391445199d6786e287bbe780 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6805 - 5426 + 5529 - 6988 + 9562
Output:
| [
"4128"
] | task085-31625395dfb34ff2ba531f29b045bcc5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2058 + 4185 + 9020 - 7000 - 118 + 2917 - 4663
Output:
| [
"-2283"
] | task085-b37253761ca2494cb70c00156b97f80c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1140 - 8081 - 4438 - 7138 - 1836 - 1810 + 8331 - 6289
Output:
| [
"22401"
] | task085-e4e05c477e8044f181bad8d1bc1cd6cd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 464 - 3771 - 5840 + 227 + 4973 + 6767 - 8011
Output:
| [
"6119"
] | task085-7930d7e57bd54c419a46522e8b3ae809 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4126 - 3714 - 7568 + 1682 - 46 + 9754 + 250
Output:
| [
"3768"
] | task085-b1071d8c981241e6b15b8afb7f186403 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9434 + 6204 - 1650 + 7148
Output:
| [
"-2268"
] | task085-342a678cdada4d40b85cd5f954032bfa |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6863 + 6349 + 6802 + 5377 + 1751 + 9550 - 7114 + 7005
Output:
| [
"-22857"
] | task085-14dd74b2c36440ea87cfc667553a8f0a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5806 - 1688 - 703 + 2207 - 7031 - 6204 - 286
Output:
| [
"19511"
] | task085-b10a3e9c7b7c4f67a7d5b35bf3455842 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1938 + 4697 + 258 + 8394
Output:
| [
"-11411"
] | task085-6e00819ee6f146cea453441436c8364e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 281 + 7793 + 5184 - 2962 + 4511
Output:
| [
"-14245"
] | task085-327298b2591e44a7a4b7c908c624ee0e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9842 + 5573 - 5322 - 4612 + 489 - 1030 + 6611 + 2045 + 9627
Output:
| [
"-3539"
] | task085-54f420f19c154484be4d5f22aecb1425 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5418 + 2036 - 2507 - 7979 + 2363 - 5129 - 5106 + 23 - 2067
Output:
| [
"23784"
] | task085-bc2a4cb02d574ddab2e8e3a466e3dfd1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5586 + 7268 + 3422 - 9985 + 542 - 9645
Output:
| [
"13984"
] | task085-f03b8cf529784b648718b7651d217ea4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 9935 - 809 + 9857 + 6503
Output:
| [
"-5616"
] | task085-b7bf5cc76ce54ebbbed335e57d869261 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 489 - 4064 - 5922 + 2376
Output:
| [
"8099"
] | task085-fa0233644ad2471da10952bfb8cf3225 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2095 - 8968 - 1037 + 8059 + 5202 - 9764 - 7103
Output:
| [
"15706"
] | task085-610677ac6e834cb483105a7f69bf9070 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8336 + 4469 - 8286 + 7541 - 5992
Output:
| [
"10604"
] | task085-1ae32eb96eae4c70a6aca90e09ffcd4d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 2020 + 862 - 5780
Output:
| [
"6938"
] | task085-42fa19f8f66a4778ba45ff93805d7053 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4221 - 9713 - 8495 + 6262
Output:
| [
"16167"
] | task085-22a1ca8b39104a5f9852b959d1890ef7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 6419 + 8851 + 5308
Output:
| [
"-7740"
] | task085-679c6731fef4480f88bb45c6e962593a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7368 + 7697 + 5672 + 4948 + 482
Output:
| [
"-11431"
] | task085-1560cf99b8df4491a4e0468a1ed044ae |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3574 - 5975 + 6798 - 3026 + 852 - 1577 - 5740 - 9017 - 8516
Output:
| [
"29775"
] | task085-cb6014064a0f470e8b2623f880783ae5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 4378 + 2811 + 4978 + 6792 - 8749 - 8185 + 3299 - 9702
Output:
| [
"13134"
] | task085-0f6246f520414d5baa51442a7feef56b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5896 - 158 + 9392 - 6328 + 8077
Output:
| [
"-5087"
] | task085-509468ee082e4e13bce6f2d071750837 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3124 - 2469 - 1553 + 8518 + 8442 - 165 - 5319 + 194 + 675
Output:
| [
"-5199"
] | task085-2a48b59b9bef4b10be82b5c9dedfb7b6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8110 - 3572 + 6354 + 9124 + 9799
Output:
| [
"-13595"
] | task085-7bddd6d942324b348543185d4fdcc9fa |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 8871 - 8198 + 5511 + 3860
Output:
| [
"7698"
] | task085-90e7034c49224923bb9b1bde6833b186 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 3650 - 7653 + 5260 - 4364 - 1829 + 8789
Output:
| [
"3447"
] | task085-f8945cdc8a404e05b2b1287d734285ae |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 47 - 9296 + 3414 + 8752 - 7812 - 2029
Output:
| [
"7018"
] | task085-4904ad388a9b46dd9d584333f3877ead |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 5259 - 2849 - 8341 + 1515 + 1130 + 2884 + 9841 - 5110
Output:
| [
"6189"
] | task085-913e75da43a94c8497265faa7d792fb7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 7882 + 1594 - 4644 + 206
Output:
| [
"10726"
] | task085-31c7a4541bf04ef7a84bd624f69a8279 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1482 - 6461 + 804 - 8626 - 8564
Output:
| [
"24329"
] | task085-f04fe14514cd4a4eaf9500af6c170bfa |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Positive Example 1 -
Input: 5 + 3
Output: 2
Positive Example 2 -
Input: 15 - 23 + 3
Output: 35
Negative Example 1 -
Input: 2 + 4
Output: 6
Negative Example 2 -
Input: 7 - 3
Output: 4
Now complete the following example -
Input: 1267 + 7705 + 4950 - 1422 + 8357 + 4137 - 5442
Output:
| [
"-17018"
] | task085-34f04ef137544cc982dbe457bdab916d |
Subsets and Splits