input
stringlengths 543
589
| 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 operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8855 # 1206 @ 6437 @ 7440 @ 9076 @ 767 # 9344 @ 4552
Output:
| [
"26577"
] | task087-5154630f61f545aaa716b43a2f7b459e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2021 @ 2958 @ 2711 @ 5662 @ 8302 # 3643 # 4749
Output:
| [
"13262"
] | task087-f19c0b29c7ca490fa53d582d4a157021 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2486 # 47 # 3372 @ 3433 # 1408 @ 2423 # 6079 # 6280 @ 9674
Output:
| [
"830"
] | task087-16ad6b0fd7b1484ba97b48ce2428b8f2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 5957 @ 6729 # 7463 @ 1371
Output:
| [
"6594"
] | task087-fd6e3b5ff4b5487c96e48a7b8624ab9d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 180 @ 8375 @ 3694 @ 2127 # 6067
Output:
| [
"8309"
] | task087-7aa2e56e50b446d7a458cdcef8c33905 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2405 @ 2160 @ 394 # 8936 # 2551 @ 5734 @ 5167
Output:
| [
"4373"
] | task087-6437a6809c9b4c25983e009efecb8b10 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6026 # 6132 @ 3584
Output:
| [
"3478"
] | task087-855aa1ca879041ef96f070b7afb8bd99 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2625 @ 384 # 6258 # 4326 @ 423 @ 4224
Output:
| [
"-2928"
] | task087-c873565c9c60491c9f23bb5e3352ba2e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6526 @ 8872 @ 4339 # 7570 @ 5180 @ 9178 @ 9878 @ 4328 @ 1952
Output:
| [
"42683"
] | task087-0a84873a56e0481f925234c406556b0a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 5586 @ 3703 # 1171 @ 1530 # 1411 @ 610 # 9175 # 5576 # 224
Output:
| [
"-6128"
] | task087-f8ae8e0db7c3486ea752eb57566b10af |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2295 @ 377 @ 740 # 3375 @ 5097 @ 4841 # 8074 @ 7871
Output:
| [
"9772"
] | task087-c9f6e1acb1834fb791d02400abd46ced |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8243 @ 5509 # 2652 # 916 # 1636 @ 9824
Output:
| [
"18372"
] | task087-06706a8328264418bb88bab8470235da |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1486 @ 9115 # 262 @ 4709 @ 8742 # 5158 # 2446 @ 8468 @ 5898
Output:
| [
"30552"
] | task087-18b7fd389f4a4a688d9e432e0e6666b1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9646 @ 7724 @ 3781 @ 1945 @ 9155
Output:
| [
"32251"
] | task087-639415cce9774f318bcd880ee3a1d868 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3864 @ 9742 @ 1089 # 9360 @ 2538 # 9610 @ 3658 # 9467
Output:
| [
"-7546"
] | task087-9e963e2cc22d4f2abc3d53ad84f5ec6d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8703 # 3785 @ 9259 # 6222 # 889 # 3563 # 4661
Output:
| [
"-1158"
] | task087-ac69b9be6b2b4eab91b632b5f9cd5471 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4122 # 2747 @ 5582 # 9222
Output:
| [
"-2265"
] | task087-514fc00e70fb49ffbc20aae4c509ebe0 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 7780 # 4822 @ 5001 # 3717 # 3260
Output:
| [
"982"
] | task087-abd31b67223e41e1b58cddcfa75230b4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1062 @ 9466 @ 4653
Output:
| [
"15181"
] | task087-fce10ea428de4b8aa76288e4def67c1f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3007 @ 8777 # 8750
Output:
| [
"3034"
] | task087-60e586b4ec394d449447bbbcf19eda57 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1808 # 3395 @ 7092 # 6236 # 4017 @ 7500
Output:
| [
"2752"
] | task087-94dffb2beb10417eb2996af820157ad5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8098 # 4341 # 9976 # 6863 # 3608 # 5905
Output:
| [
"-22595"
] | task087-2adfdf89213b49beaebc296931eb948f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3072 # 4811 # 4994 # 3015
Output:
| [
"-9748"
] | task087-d064338f3d9647fb9ba7794c8e341f25 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4086 @ 9989 # 4867 @ 8281 @ 1167 # 8352
Output:
| [
"10304"
] | task087-e824d355ee354e918df6e6664a027eb6 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 533 # 7702 # 1823
Output:
| [
"-8992"
] | task087-6665c1ad8f8d4834a7d11b002714e612 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3943 # 2474 @ 7994 # 610 # 2212
Output:
| [
"6641"
] | task087-9a09963b3de14fe4aecf311d71eb7087 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8879 # 2946 # 9293 @ 3568 @ 4170 @ 2235 @ 3243 @ 4061 # 8858
Output:
| [
"5059"
] | task087-563dd599fb1244628e31e1f2d1a290ac |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9803 # 4683 # 4472 @ 4944
Output:
| [
"5592"
] | task087-0ae8d2f64cf1438a90b487522d2c690c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 481 # 4242 @ 8855 @ 4600 # 7687 # 2405 @ 1732 @ 3856
Output:
| [
"5190"
] | task087-9c6100dc20244c9fbcc83b1cac8f2dde |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8279 # 6979 @ 469 @ 5320 @ 6955
Output:
| [
"14044"
] | task087-18b32ab538694f99848c84d9a94cb2e4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9489 # 1093 # 1183
Output:
| [
"7213"
] | task087-4d4a93ae0d43416699575ceb6d4b7d5b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 89 # 3784 # 5819
Output:
| [
"-9514"
] | task087-a0a735552aef4144b58a266dd2e8bedc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4150 # 5432 @ 689 # 5547 @ 7966 # 7277 @ 4598
Output:
| [
"-853"
] | task087-3ab46e04b2854f07a983262ce15e46a2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1061 @ 9053 @ 5639 @ 9845 # 184 # 944 # 615
Output:
| [
"23855"
] | task087-3ac2c8fe443b47f7bf9d0d22d8420309 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9546 # 8097 @ 7069 # 8029 @ 9007 @ 7027 # 908 @ 1768 # 6745
Output:
| [
"10638"
] | task087-cfbad8e48a234fbdb68e8545f4ded574 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8399 @ 608 @ 4025 @ 2545 # 1991 # 4609
Output:
| [
"8977"
] | task087-548eeb9bcbaf4ec49d001a44b69d4c36 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8906 # 886 # 369 @ 4722 @ 7651 @ 8688 @ 809 # 6101
Output:
| [
"23420"
] | task087-6f604332e78740a09607ee47f652d4b7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9198 # 5834 # 6945 @ 7479
Output:
| [
"3898"
] | task087-7f92e03c864a4cabb9d9db1e67bde77a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6016 # 7281 # 666 @ 8348 # 2945 # 4566 @ 2988
Output:
| [
"1894"
] | task087-e129704e6fe8402d84729684d00f0b27 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8630 # 9965 @ 4174 # 9729 @ 2104 @ 4108
Output:
| [
"-678"
] | task087-44fcf5d1b2f649e69ee66893bc047b11 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4443 # 600 # 9972
Output:
| [
"-6129"
] | task087-3d4255208fcb482daecb7449c9d077ac |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4180 # 3276 # 1575 @ 9963 @ 3933 # 5330 @ 1193 @ 8637
Output:
| [
"17725"
] | task087-47652b5a436c41cf901b1f6c895994c2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4758 # 246 # 3022 @ 2742 # 1285 @ 2137 @ 4423 # 4009
Output:
| [
"5498"
] | task087-df6051d1d1334c648e47c803ec474caa |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2149 # 3388 @ 2448 @ 9740 # 1738 @ 2813
Output:
| [
"12024"
] | task087-4afd9725995d41cb85eab76464b634b5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 5175 # 6816 # 5376 @ 7691 @ 915 @ 1866 # 6217 @ 4088 # 3547
Output:
| [
"-2221"
] | task087-e341a4ba94ce4c85b392865a49680a08 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4172 @ 1192 @ 9642 # 1443 # 6665 # 6904
Output:
| [
"-6"
] | task087-917c0f7e3a654587a3abe2eaa1e6ae52 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 5781 @ 7798 @ 3608
Output:
| [
"17187"
] | task087-d9f3b09bd022491aabd277d0008559a7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4095 # 9640 # 5113 # 9355
Output:
| [
"-20013"
] | task087-9085bbc56edf4e50b83b5901b16b921e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 667 # 2524 # 9225 @ 7927 @ 6531 # 7945 @ 4852
Output:
| [
"283"
] | task087-a38270cace9648d1befa0d50b1343924 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6049 @ 430 @ 3362 # 7563
Output:
| [
"2278"
] | task087-60265251f9b94d06850df112866243c2 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9168 @ 3273 @ 1129
Output:
| [
"13570"
] | task087-d65a4a89dc0f4cbe9bc0f9c297d338e7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4606 @ 9722 @ 3541 # 3585
Output:
| [
"14284"
] | task087-064cf2b7079b41f8b67984df73f6d0d1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 7030 # 6349 @ 398 @ 1331 @ 4009 # 4312 @ 3366 # 1558 @ 7508
Output:
| [
"11423"
] | task087-ad01e155565d4f2cb025fff4954782fb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 113 # 6449 # 8061 # 5583 @ 4951 @ 2656
Output:
| [
"-12373"
] | task087-f996a0a083bd46db91e27ce5e0a46a98 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8874 # 1227 # 5855 # 9314 # 7225 # 2032 @ 4976 @ 8371
Output:
| [
"-3432"
] | task087-5fb2042e102240358715c23c51d308fd |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6837 @ 9026 @ 5684 # 4768
Output:
| [
"16779"
] | task087-b46645a109a641b8bafa9fe62a2e696e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3040 # 5501 # 7050 @ 4977 @ 98 @ 3087
Output:
| [
"-1349"
] | task087-e7e6ecff204044fba9a41f7e927a6601 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4796 @ 5665 # 1555 @ 8347 # 8080 # 9547 # 3145
Output:
| [
"-3519"
] | task087-55d3f4744cf34f4b9868eba535792bbc |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 266 # 8137 # 8584 @ 1219
Output:
| [
"-15236"
] | task087-2701b1b8c7914cefbeb8e9e1a7e78911 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3921 # 7756 # 4482 @ 4134
Output:
| [
"-4183"
] | task087-6f5549a338d245fe8037d2961283053a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3128 # 2651 @ 5208 @ 782 @ 9455 @ 7792 @ 1518 # 8514
Output:
| [
"16718"
] | task087-899ed3b3d81244838332216d6f06b64a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 613 # 5194 @ 870
Output:
| [
"-3711"
] | task087-34e2859badff49aba51483c3af2be0e5 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6250 # 9170 @ 2215 # 8862
Output:
| [
"-9567"
] | task087-f53fc9f940fd433b93eacc2f4970be6a |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1300 # 8702 @ 364 @ 7126 # 6718 @ 5977 @ 5604 # 4177 @ 7181
Output:
| [
"7955"
] | task087-79b9e8a50f4b452992be890b414d6b7d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2088 @ 3514 # 9030 @ 9964 # 4877 @ 8220 # 1284 # 1547
Output:
| [
"7048"
] | task087-80226d9c67094bd18a806f00dfcd458d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2069 @ 8818 @ 727 @ 7980 @ 3382
Output:
| [
"22976"
] | task087-e49ae441042046d28576f454efa41f9b |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 5053 @ 1098 # 3557 # 1179 @ 8635 # 8873
Output:
| [
"1177"
] | task087-4213257409e4456598b38271956cd575 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3136 @ 3204 @ 1764 @ 6389 @ 8427
Output:
| [
"22920"
] | task087-527dcd1c11124520b270b0de0c4f0b0f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 7040 @ 7632 # 691 @ 3815 @ 9196
Output:
| [
"26992"
] | task087-16833dae41664715b571a8c8049a8891 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1510 @ 8779 @ 5742 # 9951 # 2155
Output:
| [
"3925"
] | task087-b5024e431d0a4f278a09c064f09382e1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2421 # 8735 @ 7270 @ 741 # 5249 @ 1763 # 646 @ 4175
Output:
| [
"1740"
] | task087-09886dd73c3b4ae9bb782bfc96bc253e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9732 # 5246 @ 5591 @ 5394 @ 3076 @ 2064 # 7662
Output:
| [
"12949"
] | task087-0f95004915944db2a8a2f44f800e55fb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 7435 @ 5571 @ 5940
Output:
| [
"18946"
] | task087-8dc781c0a4f84ee591ec7efa63229f2f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 547 # 1789 @ 4104 @ 1655 @ 6139 @ 263 @ 5486
Output:
| [
"16405"
] | task087-65eeb3941c1544cebb200ef9f1fb79a9 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3306 @ 88 @ 7045 @ 289
Output:
| [
"10728"
] | task087-03b34661e548457a83d362079e6368e4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4216 # 8338 # 193 # 2604 # 9987
Output:
| [
"-16906"
] | task087-15df805da607462c9924edd3e460b26c |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6163 @ 5787 # 2760 # 3461 @ 4071
Output:
| [
"9800"
] | task087-9809de9cfb91488b8fa763f033a44145 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6457 @ 3202 @ 6789
Output:
| [
"16448"
] | task087-d092cc8888234cdda5ce23918ec24862 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4477 @ 457 # 7885 @ 56
Output:
| [
"-2895"
] | task087-f01064dd9c7445abb58e9311b9444eb8 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3279 @ 8533 @ 8444 # 6934 # 7474 # 6520
Output:
| [
"-672"
] | task087-3586be2da8ad449c8e33fac1f4ba59c4 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6266 @ 1530 @ 2337 @ 7619 @ 3894 @ 4856 @ 3092 @ 4897
Output:
| [
"34491"
] | task087-5e412b111f4543798c5edb1b4e36baf7 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1278 @ 4628 @ 2357 @ 3694 @ 5775 @ 8542 # 793
Output:
| [
"25481"
] | task087-e1e9f8853859410198d361cf154e4109 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9980 # 4949 @ 2866 # 9118
Output:
| [
"-1221"
] | task087-be299b84d0244c9580d4febe29c1ef52 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 9892 @ 95 # 5869 # 449 @ 9076 # 8877
Output:
| [
"3868"
] | task087-8741222d8e3147d9ba12d35de380cdab |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3623 @ 8826 @ 2607
Output:
| [
"15056"
] | task087-790f93f69aaf4e6a92029ed54894f0e3 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 252 # 1496 @ 925 @ 2316
Output:
| [
"1997"
] | task087-53108063f87a467f8ac413d62c5f5b61 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1292 # 7893 # 1527 # 4795 # 5769 @ 8176 @ 2423 # 9221 @ 9970
Output:
| [
"-7344"
] | task087-d98772a99ffa42cab5a3c01c70bb76fb |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 7633 # 3518 # 2533 @ 3044 # 4704
Output:
| [
"-78"
] | task087-b8e16d148dbe49bc8da9583f9dd7719f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 7516 # 4841 @ 3378
Output:
| [
"6053"
] | task087-a6046099ce224c90b25035b16548aa16 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2058 @ 4185 @ 9020 # 7000 # 118 @ 2917 # 4663
Output:
| [
"6399"
] | task087-f72fb36c700441698940a11d4f03133e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 7270 @ 4138 # 1696 # 5719 # 9735 @ 2360
Output:
| [
"-3382"
] | task087-30a01c185aa2466daa66355bdba7c46d |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 681 # 9392 @ 1414
Output:
| [
"-7297"
] | task087-0bc4a16ea13645ecb2c8ff0e7a0ad65e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 2982 @ 9912 # 1386 @ 7183 @ 259 # 2370
Output:
| [
"16580"
] | task087-d3576f71b0164092a15fbe8e871089ab |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3840 # 6562 # 2850 # 8834 @ 2468 @ 9377
Output:
| [
"-2561"
] | task087-c561a70d4b0a4e56a9cbca01c0c5cb4f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 1957 # 6064 # 400 # 5045 @ 8329 @ 7257 @ 9000 # 1201 @ 533
Output:
| [
"14366"
] | task087-a8f122bf0bcf47cb8ecb109ef9425df1 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 3455 # 5920 # 175 # 6540 # 7926
Output:
| [
"-17106"
] | task087-9b7da19ecb5f4945b8ef295eeeefec02 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4364 # 2781 # 7674 # 4801 @ 898 @ 7562 @ 5925 @ 648 @ 7768
Output:
| [
"11909"
] | task087-b3d2e4822e124431b9d06b45f0cfde7f |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 4752 @ 7094 @ 9684 # 7709 # 3412 @ 2472 @ 3879
Output:
| [
"16760"
] | task087-4566bdff2c5741618deac364f2d48790 |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 6758 @ 9368 # 5978
Output:
| [
"10148"
] | task087-a5a50382ba174e9ab0930514dee7935e |
Definition: In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
Positive Example 1 -
Input: 6 @ 17
Output: 23
Positive Example 2 -
Input: 25 # 20 @ 3
Output: 8
Negative Example 1 -
Input: 15 @ 20 # 3
Output: 18
Now complete the following example -
Input: 8731 # 9025 # 5093 @ 2403 # 8549
Output:
| [
"-11533"
] | task087-1cc7f857f8ac41178a4e3af96b2a4473 |