inputs stringlengths 258 541 | targets stringlengths 1 17 | _template_idx int64 0 9 | _task_source stringclasses 1 value | _task_name stringclasses 1 value | _template_type stringclasses 2 values |
|---|---|---|---|---|---|
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example input: 5 + 3
Example output: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 9282 - 5471 + 9965
A: | 4788 | 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example is below.
Q: 5 + 3
A: 2
Rationale: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 7746 - 2667 + 1801 - 5756 - 6076 - 6701 + 3002
A: | 24143 | 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Part 1. Definition
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Part 2. Example
5 + 3
Answer: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Part 3. Exercise
5888 - 6358 - 133 - 191 - 318 + 3060 + 9659 + 1055 - 717
Answer: | -169 | 7 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
875 + 1299 - 1721 - 4432 - 7136 - 2468
15333
6567 + 2835 + 6725
-2993
9423 + 7673 - 1879 - 1771 - 5406 - 6001
| 16807
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 4296 + 1802 + 6762 - 7003
Solution: | 2735 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 9089 - 9579 - 1458
Solution: | 20126 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 2815 - 7863 + 3838 - 6236 + 4028 - 7736 - 2846 - 9731
Solution: | 29361 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
instruction:
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
question:
5193 - 9816 - 9875 - 1011 + 1147 + 5023
answer:
19725
question:
812 + 6106 - 2904 + 7738 + 7655 - 6987
answer:
-10796
question:
9089 - 9579 - 1458
answer:
| 20126
| 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
TASK DEFINITION: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
PROBLEM: 1562 + 8343 + 8480
SOLUTION: -15261
PROBLEM: 8929 - 6145 + 8551 - 1836 + 9159
SOLUTION: -800
PROBLEM: 3327 - 1675 + 3519 + 5865 - 24 - 911 - 7888 - 4418 - 5219
SOLUTION: | 14078
| 8 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
9964 + 5009 - 6772 + 8761 + 2075 + 6292 + 4157 + 5194
-14752
1861 - 3929 + 4952 - 8280
9118
3365 - 8541 + 22 + 8518
| 3366
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Teacher: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Teacher: Now, understand the problem? If you are still confused, see the following example:
5 + 3
Solution: 2
Reason: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this instance: 1192 + 1517 - 6167 - 2624 - 5065 - 1102 + 2321
Student: | 12312 | 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Example solution: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 3365 - 8541 + 22 + 8518
| Solution: 3366 | 5 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 1999 - 5055 + 6736 - 8829 + 7010 - 2968 - 259 + 5904
Solution: | -540 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
--------
Question: 6492 - 3901 + 3666 + 9196 - 3917 - 133
Answer: 1581
Question: 3097 + 17 - 8842 + 4949 + 8377 + 425 - 7128 + 6500
Answer: -1201
Question: 1192 + 1517 - 6167 - 2624 - 5065 - 1102 + 2321
Answer: | 12312
| 7 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
[Q]: 318 - 2977 - 9352 - 3082 - 5224 + 3028 - 7022
[A]: 24947
[Q]: 4062 - 644 + 187 - 4501 + 1736 - 230
[A]: 7514
[Q]: 5379 + 7115 + 1201 + 3573 - 9284 - 7798
[A]: | 10572
| 5 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 8828 - 8304 + 8510 - 3456 - 6021 - 9435 + 5227 - 3018
Solution: | 25325 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
instruction:
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
question:
6178 - 1637 - 8197 - 6437 + 4591 - 6995 + 3562 + 9474
answer:
11817
question:
4286 + 2085 - 8347
answer:
10548
question:
1017 + 1712 - 8669 + 3153 - 3410 - 3537 + 4493
answer:
| 7275
| 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Let me give you an example: 5 + 3
The answer to this example can be: 2
Here is why: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
OK. solve this:
3238 + 2914 + 4122
Answer: | -3798 | 8 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example Input: 6666 + 4068 + 1057 + 5398 + 7947
Example Output: -11804
Example Input: 4287 + 3355 + 4251 + 7433 + 7069
Example Output: -17821
Example Input: 3238 + 2914 + 4122
Example Output: | -3798
| 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 3413 - 3340 - 6152 - 2564 + 7375 + 8131 + 6397
Solution: | -6434 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Example solution: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 1904 + 2293 - 697 + 5510 - 1879
| Solution: -3323 | 5 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Q: 9488 + 7771 + 5889 + 9584 + 3302 - 1602 + 5806 - 8895 - 8030
A: -4337
****
Q: 5360 + 7507 - 3329 + 6345 - 9328 + 3114
A: 1051
****
Q: 5571 + 5729 - 6405 - 526 - 1330
A: | 8103
****
| 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 151 + 1696 - 2890 + 5368
Solution: | -4023 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
--------
Question: 7646 + 8509 - 4372 - 9840 - 6377 - 2924 + 869
Answer: 21781
Question: 2219 - 6451 + 1224 + 2776 + 8750 - 8397 - 5833 - 9401 - 554
Answer: 20105
Question: 8171 + 9231 + 9534 - 9158 - 9315 + 1558
Answer: | 6321
| 7 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: Consider Input: 4839 - 962 + 7552
Output: -1751
Input: Consider Input: 1078 + 2128 + 513 + 5898 - 8020
Output: 559
Input: Consider Input: 1915 - 2111 + 3144
| Output: 882
| 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Ex Input:
1649 + 4642 + 613 - 7051 - 8575
Ex Output:
12020
Ex Input:
3421 - 71 + 7643 - 8661 + 520 - 6536 + 9411
Ex Output:
1115
Ex Input:
2945 - 798 + 4863 - 2042 + 1072 + 9113 + 6486
Ex Output:
| -15749
| 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 6868 - 2441 + 5127 - 8692 + 9561 - 132 + 4477 - 9939 + 6880
Solution: | 2027 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example Input: 7646 + 8509 - 4372 - 9840 - 6377 - 2924 + 869
Example Output: 21781
Example Input: 5125 - 607 + 8597 + 4804 + 5962 - 7812 - 176 - 9436 + 6198
Example Output: -2405
Example Input: 2196 + 3299 - 5407 - 4488 + 9513 - 6924
Example Output: | 6203
| 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
instruction:
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
question:
3238 + 2914 + 4122
answer:
-3798
question:
9852 - 24 - 2468 + 5798 + 6384
answer:
162
question:
6868 - 2441 + 5127 - 8692 + 9561 - 132 + 4477 - 9939 + 6880
answer:
| 2027
| 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
[EX Q]: 5088 - 9353 - 2772 + 3908 + 9196 + 4709
[EX A]: -600
[EX Q]: 9240 - 5321 + 7584 - 9605 + 9674 - 5556 + 6400
[EX A]: 6064
[EX Q]: 64 + 11 + 8854 - 4838 + 7748 + 5164 - 3777 + 9227
[EX A]: | -22325
| 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
instruction:
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
question:
3238 + 2914 + 4122
answer:
-3798
question:
9885 + 402 + 66 + 4818 + 2654 - 4301 + 2712 + 5842 - 2959
answer:
651
question:
9731 - 5427 + 606 + 9242 - 5166 + 659 + 5124 + 2482 - 2031
answer:
| 4242
| 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Output: 2
Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input case for you: 4776 + 4747 + 2449 + 1925 - 9206 + 5010 - 4131
Output: | 3982 | 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Output: 2
Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input case for you: 1514 + 2223 + 7930 + 5428
Output: | -14067 | 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: Consider Input: 335 + 4730 + 4604 - 5559 + 7282 - 7812
Output: -2910
Input: Consider Input: 1075 - 4704 - 8582 + 2960 + 8010 + 617 - 4972 + 2013
Output: 5733
Input: Consider Input: 4940 + 5828 - 5341 - 9825 + 7792 - 5311 + 4449 + 661 + 457
| Output: 6230
| 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 2184 - 7721 - 4579 - 2271 + 4336 - 4681 + 8017
Solution: | 9083 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 7165 + 3630 + 9021 - 4140 + 319
Solution: | -1665 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 8444 - 6795 - 4958 - 4037 + 5299 + 984 - 4057 - 7702
Solution: | 29710 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example input: 5 + 3
Example output: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 4992 + 2326 - 1190 + 9399 + 3915 - 2054 - 5242
A: | -2162 | 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
1589 + 4479 - 6111 - 3158 - 7662
14041
3385 - 6152 + 1565 - 9813 - 5112 - 2865 + 2979
22783
9618 - 2435 - 9687
| 21740
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 523 - 5860 - 778
Solution: | 7161 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 7531 - 4699 + 707 + 926 - 5232 - 5657 + 5592 + 2775
Solution: | 13119 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
[EX Q]: 9050 + 7188 + 3589 + 8762 + 268 + 1995 + 6080 - 4900
[EX A]: -13932
[EX Q]: 7169 + 1918 - 7501 + 5160 + 9033 - 3341 + 4286
[EX A]: -2386
[EX Q]: 1995 + 5010 - 1344 + 4336 - 7119
[EX A]: | 1112
| 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Output: 2
Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input case for you: 5428 - 2997 + 9460 + 1277 + 3244 + 3863 + 2498 + 9270 - 6946
Output: | -14241 | 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: Consider Input: 7208 + 2074 + 2796 - 8783
Output: 11121
Input: Consider Input: 6142 + 418 - 7535 - 7185 - 5518 + 7544 - 1019 - 938 - 9490
Output: 29865
Input: Consider Input: 3401 - 8023 - 2615 + 6062 - 4440 + 1910
| Output: 10507
| 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Teacher: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Teacher: Now, understand the problem? If you are still confused, see the following example:
5 + 3
Solution: 2
Reason: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this instance: 3561 + 2090 - 1286 - 2259 - 7069 + 5058
Student: | 7027 | 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
instruction:
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
question:
2045 - 2088 - 8387 + 5185 + 2275 - 1337 - 2494 - 1644 + 9737
answer:
798
question:
6492 - 3901 + 3666 + 9196 - 3917 - 133
answer:
1581
question:
3561 + 2090 - 1286 - 2259 - 7069 + 5058
answer:
| 7027
| 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
--------
Question: 7312 - 1598 - 5813 - 8994 + 9174 - 4767 + 4076
Answer: 15234
Question: 5279 - 2949 - 9227 - 4200 - 3399 - 5680 - 9769 + 7051 + 2369
Answer: 31083
Question: 9665 - 5624 - 7452 + 9729 + 4559
Answer: | 8453
| 7 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Ex Input:
555 + 1174 + 4465 + 6452 + 3211 + 2960 - 856 + 4997 - 9930
Ex Output:
-11918
Ex Input:
597 + 4303 + 4507 + 4779 - 8079
Ex Output:
-4913
Ex Input:
3080 + 8133 + 5605 + 7021
Ex Output:
| -17679
| 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 9921 - 7307 + 2744 + 5373 - 4720
Solution: | 13831 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 6992 - 1499 + 9926 + 7618 + 1057 + 5203 + 4743 - 4141 - 45
Solution: | -15870 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example Input: 6681 - 1947 - 955 + 9470 - 4512 - 9603 + 5822 + 9404 - 8896
Example Output: 7898
Example Input: 7320 + 9337 - 31 + 8850 + 4804 + 230 - 9287 - 4572
Example Output: -2011
Example Input: 3875 + 8762 - 6222
Example Output: | 1335
| 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
instruction:
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
question:
5328 + 9563 + 7711
answer:
-11946
question:
2875 - 138 + 917 + 4037 - 6642
answer:
4701
question:
3719 - 4138 - 7321 - 9097 + 4558 + 9667 + 1909 + 647 - 6132
answer:
| 13626
| 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Let me give you an example: 5 + 3
The answer to this example can be: 2
Here is why: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
OK. solve this:
8805 - 6896 + 7685
Answer: | 8016 | 8 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example input: 5 + 3
Example output: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 6549 - 5879 - 885 + 7399 - 7136
A: | 13050 | 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 353 - 9525 + 9923 + 4025 - 1922 + 4751
Solution: | -6899 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
9447 - 88 - 9606 - 2754
21895
2131 + 4513 + 3760 - 9342 + 7779 + 4653 + 3111
-12343
353 - 9525 + 9923 + 4025 - 1922 + 4751
| -6899
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 1173 + 1147 + 182 + 5185 + 8573
Solution: | -13914 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Part 1. Definition
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Part 2. Example
5 + 3
Answer: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Part 3. Exercise
7404 - 1394 - 3689 - 3855 - 8885
Answer: | 25227 | 7 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 3067 + 7337 + 5869 - 7973 + 761
Solution: | -2927 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 2007 - 1732 + 5904 - 6359 - 6974 + 2153 - 6242 + 6475
Solution: | 8782 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example is below.
Q: 5 + 3
A: 2
Rationale: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 533 + 2145 + 802 + 3091 + 1441 - 8325
A: | 1379 | 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Output: 2
Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input case for you: 3586 - 8254 - 4130 - 5426
Output: | 21396 | 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Example solution: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 7077 - 8127 + 7148 + 1502 + 6423
| Solution: 131 | 5 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Detailed Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
See one example below:
Problem: 5 + 3
Solution: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Problem: 6542 + 7742 - 2528 + 7314 + 1587 - 7316
Solution: | -257 | 4 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
138 + 3973 - 6085 - 3324 + 6921 + 4411 + 1113 + 8310
-15181
8769 - 3041 - 6567 + 1136 + 3380 + 4191 + 2049 + 7794 - 4291
4118
381 + 519 - 8029 - 3421 + 5353 - 9321 - 5520 - 2050 - 551
| 23401
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Teacher: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Teacher: Now, understand the problem? If you are still confused, see the following example:
5 + 3
Solution: 2
Reason: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this instance: 1466 + 1468 + 6617 + 4205 - 7446 - 7878 - 101
Student: | 4601 | 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: Consider Input: 3421 - 71 + 7643 - 8661 + 520 - 6536 + 9411
Output: 1115
Input: Consider Input: 2219 - 6451 + 1224 + 2776 + 8750 - 8397 - 5833 - 9401 - 554
Output: 20105
Input: Consider Input: 6091 - 9741 + 8943 + 4033 - 2984 + 4984 + 8503
| Output: -7647
| 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 9741 + 8145 - 2290
Solution: | 3886 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example is below.
Q: 5 + 3
A: 2
Rationale: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 7491 - 1427 + 9295 - 6367
A: | 5990 | 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
2673 - 123 - 5121 + 7601 + 976 + 4369 - 4232
-797
1471 + 6113 + 3177 - 2507 - 2358 + 6654
-9608
5378 + 1839 + 6271 + 5704
| -8436
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 642 - 7863 + 855 + 3909 + 4474 - 9340 - 6976 - 7034 + 2816
Solution: | 19801 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example is below.
Q: 5 + 3
A: 2
Rationale: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 8127 - 1181 - 3831 + 4149
A: | 8990 | 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
instruction:
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
question:
5539 + 616 - 1640 - 7665 - 8787 - 5104 + 8431 + 9502
answer:
10186
question:
694 + 4432 - 9053
answer:
5315
question:
965 - 7038 - 1063 - 8671 + 2990
answer:
| 14747
| 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Output: 2
Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input case for you: 8601 - 3414 - 1752 - 209 - 7559 - 2326 + 1070 + 4664
Output: | 18127 | 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example input: 5 + 3
Example output: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 5370 + 4060 + 133 + 7713 + 6334 + 9617 + 5417 + 9620
A: | -37524 | 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example: 5 + 3
Output: 2
Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input case for you: 965 - 7038 - 1063 - 8671 + 2990
Output: | 14747 | 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
--------
Question: 3171 - 3678 - 3096 - 5842 - 3188
Answer: 18975
Question: 1928 - 8869 + 937 + 6209 + 5391 - 5357 + 6743
Answer: -3126
Question: 7917 - 8630 - 3180 - 1098 - 3504 - 9395
Answer: | 33724
| 7 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Let me give you an example: 5 + 3
The answer to this example can be: 2
Here is why: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
OK. solve this:
5291 + 9061 - 4967 - 4009
Answer: | 5206 | 8 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: Consider Input: 3681 + 1303 + 5556 + 9895 - 5012 - 6662
Output: -1399
Input: Consider Input: 9713 + 8053 - 1782 + 6126 + 5918 + 968 - 2071 - 879 + 558
Output: -7178
Input: Consider Input: 4062 - 644 + 187 - 4501 + 1736 - 230
| Output: 7514
| 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example Input: 2303 + 151 - 7031 + 7349 - 8676 + 9084 + 9773
Example Output: -8347
Example Input: 9292 - 7471 - 1025 - 8458 + 444
Example Output: 25802
Example Input: 2167 + 6112 - 47 + 553
Example Output: | -4451
| 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: Consider Input: 3782 + 4127 - 1265 - 1395 + 2430 + 6990 + 8573 + 8170
Output: -23848
Input: Consider Input: 3980 + 6122 + 3529 - 9952
Output: 4281
Input: Consider Input: 8115 - 3403 + 5172 - 7469
| Output: 13815
| 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
Teacher: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Teacher: Now, understand the problem? If you are still confused, see the following example:
5 + 3
Solution: 2
Reason: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this instance: 6460 - 965 - 8201 + 8220 + 260
Student: | 7146 | 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Let me give you an example: 5 + 3
The answer to this example can be: 2
Here is why: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
OK. solve this:
3847 - 13 + 3533 + 3162 + 2287 + 9753 + 3110
Answer: | -17985 | 8 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 4345 - 6464 + 9049 - 7722
Solution: | 9482 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
6178 - 1637 - 8197 - 6437 + 4591 - 6995 + 3562 + 9474
11817
933 - 48 - 7218 - 7880 - 4299
20378
6792 - 8687 + 2530 - 4158 + 861 + 5459 + 5285 + 9097 - 2080
| -1515
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5539 + 616 - 1640 - 7665 - 8787 - 5104 + 8431 + 9502
10186
1420 - 1910 - 3500 + 9535 + 3807 - 5009 - 1271 - 3426
3194
3499 - 2496 - 8559 + 8652 + 3011
| 2891
| 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: Consider Input: 7320 + 9337 - 31 + 8850 + 4804 + 230 - 9287 - 4572
Output: -2011
Input: Consider Input: 2297 + 4208 + 9691 - 6995 + 738 + 1245 - 7806
Output: 1216
Input: Consider Input: 8162 + 9264 + 1893 + 4268 - 20 + 3582
| Output: -10825
| 2 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
[EX Q]: 2348 - 6075 + 2149 - 1926 - 9532 - 9774 + 2760 - 6500 + 8335
[EX A]: 22911
[EX Q]: 2510 - 5839 + 9950 + 740
[EX A]: -2341
[EX Q]: 8077 - 5887 - 6945 + 1019 + 8039
[EX A]: | 11851
| 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
[Q]: 8137 + 5006 - 7743 + 1478
[A]: 9396
[Q]: 5328 + 9563 + 7711
[A]: -11946
[Q]: 3083 + 8329 - 8169 + 5352 + 9873 + 5761 + 2474 - 4307
[A]: | -16230
| 5 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example is below.
Q: 5 + 3
A: 2
Rationale: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 9700 - 6556 - 4983 - 2022 - 6781 + 3288 - 4692 + 1727 + 7030
A: | 22689 | 9 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Ex Input:
6051 + 6310 + 7813 + 2282 - 7601 + 4598 - 1928 - 9696 - 6497
Ex Output:
10770
Ex Input:
2605 - 3453 + 5543 + 2400 + 8799 + 3298 + 4981 + 9739 - 178
Ex Output:
-28524
Ex Input:
7455 - 1018 - 9836 + 3112 + 3640 - 6423
Ex Output:
| 17980
| 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Ex Input:
4148 + 9216 - 5756 - 5558 + 2801 - 7501 + 1939 + 3102 + 6894
Ex Output:
-989
Ex Input:
3844 - 5783 + 7487
Ex Output:
2140
Ex Input:
2163 - 3187 + 4654
Ex Output:
| 696
| 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example input: 5 + 3
Example output: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 3711 - 7754 - 6845 - 986 + 3060
A: | 16236 | 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 322 - 5229 + 6621 + 9463
Solution: | -10533 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
[EX Q]: 7371 - 9025 + 8352 - 9201 - 9297 - 3561 + 8576
[EX A]: 21527
[EX Q]: 2653 + 9718 - 3237 + 2973 - 6895 - 18
[EX A]: 112
[EX Q]: 7672 - 5331 + 8482 + 7514 + 2877
[EX A]: | -5870
| 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
[EX Q]: 9447 - 88 - 9606 - 2754
[EX A]: 21895
[EX Q]: 5450 - 7077 + 4877
[EX A]: 7650
[EX Q]: 4356 + 5296 + 1270 - 9943
[EX A]: | 7733
| 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Ex Input:
2432 + 588 - 6240 + 8670
Ex Output:
-586
Ex Input:
2776 - 8931 + 2788 + 8315 - 6570 + 8385 - 2789
Ex Output:
1578
Ex Input:
7370 - 1901 + 2631 - 4894 + 3129 - 7369 + 2205 - 3667 + 9424
Ex Output:
| 7812
| 1 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5 + 3
Solution: 2
Why? Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
New input: 4743 - 7461 + 6941 + 4818 + 629 + 8360
Solution: | -8544 | 0 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
One example: 5 + 3
Solution is here: 2
Explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Now, solve this: 6775 + 249 + 1171 + 3376 - 7127
Solution: | 9106 | 6 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Example input: 5 + 3
Example output: 2
Example explanation: Here, '+' represents subtraction operation. So, the answer is 2 (5-3=2).
Q: 113 - 6449 - 8061 - 5583 + 4951 + 2656
A: | 12599 | 3 | NIv2 | task085_unnatural_addsub_arithmetic | fs_opt |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4