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: 4432 @ 3874 @ 24 @ 1806 # 4795 # 8962 @ 5686 # 9409
Output:
| [
"-7344"
] | task087-5e9836073e4d4830bb27f8667bda1ecf |
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: 4968 # 2744 @ 6851 @ 2728
Output:
| [
"11803"
] | task087-08fddcad1bcf4bc79ddff324e5050fbb |
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: 172 @ 7001 @ 8727 # 1528
Output:
| [
"14372"
] | task087-a430fa669775439897044746b69bf72d |
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: 523 @ 6397 # 9635 # 1369 # 5844 # 4220 # 8450
Output:
| [
"-22598"
] | task087-48b142531f484b358a2c1abc62b7e547 |
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: 1198 # 5712 # 815 @ 6862 @ 7019 # 2632
Output:
| [
"5920"
] | task087-d3bf0662867c4ce2bce6896a60ddb580 |
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: 2557 @ 9718 @ 1328 @ 436 # 145
Output:
| [
"13894"
] | task087-efd101a9d25c4537bc7984fc20944884 |
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: 1953 @ 4134 @ 3828 # 7809 # 3780 # 200
Output:
| [
"-1874"
] | task087-0728df28ee0749eb9702d00b2b30c88b |
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: 6168 # 7611 # 3466 # 2650
Output:
| [
"-7559"
] | task087-56d43f7b53004901b93e1e023247738f |
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: 1221 @ 4619 # 3319 @ 2958
Output:
| [
"5479"
] | task087-16c1f0e627dc417a8e0cf7c2d9db7b3e |
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: 7672 # 5331 @ 8482 @ 7514 @ 2877
Output:
| [
"21214"
] | task087-beb37647888c4aabbc3500f2e0294db2 |
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: 7902 # 6524 @ 9502
Output:
| [
"10880"
] | task087-507ca6af899745c39a6a248ef92ab4e4 |
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: 8905 @ 4340 @ 8432 @ 6064 # 9206 # 2658
Output:
| [
"15877"
] | task087-c3f5445021d14f24a9d03dda4b671dab |
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: 3465 @ 4372 # 7463 @ 5079 # 2157 # 9649
Output:
| [
"-6353"
] | task087-c5b0ad6bd3f749b686ab694075f4a766 |
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: 3932 # 9824 # 979 @ 8515
Output:
| [
"1644"
] | task087-f1d63c66d7eb493c8907b3657d6d0c0e |
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: 8209 @ 2508 @ 316 # 6056 # 7333 @ 7148 # 6373 @ 7294
Output:
| [
"5713"
] | task087-1b1778598cb042eaaf4d03675e946f1d |
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: 8511 # 6150 @ 5074 # 6934 @ 4523 @ 8398 @ 3270
Output:
| [
"16692"
] | task087-407b749a3c4e4f19a9d24ca834f061f3 |
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: 8102 # 8182 @ 8940 @ 5337 # 6467 @ 1481 # 1875 # 2654
Output:
| [
"4682"
] | task087-f06cd0f4a1d8432086487087bd96141d |
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: 693 @ 2003 @ 8282 @ 98 @ 3235 # 3892 # 8148 # 2325
Output:
| [
"-54"
] | task087-6a5b53ce2efe4464b158222a18928af2 |
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: 6444 # 1606 # 9427 @ 2325 # 3616 @ 5181
Output:
| [
"-699"
] | task087-40295914bf2f48558724532121a1b090 |
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: 3063 @ 986 @ 9913 @ 9531
Output:
| [
"23493"
] | task087-12aa22506e654f408bb8dfbba895c879 |
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: 1553 # 4323 # 5459
Output:
| [
"-8229"
] | task087-cc17fccc07634c39a997c632cd3b94ee |
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: 7046 @ 1051 @ 7955 # 966
Output:
| [
"15086"
] | task087-09a9527e1d394616b915efbbf761402d |
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: 9464 # 8791 @ 8730 @ 4167 @ 6109 @ 7659 # 3320 # 576
Output:
| [
"23442"
] | task087-7ff99c45ee5946639ba3b00d7d23b603 |
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: 5245 # 4418 @ 690 @ 3949 @ 2566 @ 5517 # 811
Output:
| [
"12738"
] | task087-94b87301c7254934ade3dd0ee404c3e0 |
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: 8053 @ 5212 @ 1457 # 8789 @ 9281 # 9300 # 1634
Output:
| [
"4280"
] | task087-1a5ca43f43454dfdb5e70741698481df |
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: 9450 # 3370 @ 3335 # 4061 @ 1187 # 2697
Output:
| [
"3844"
] | task087-f3673f05892d47ef8f173546fc4fa90a |
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: 7757 # 4475 @ 6447 # 2209 # 9966
Output:
| [
"-2446"
] | task087-1f8459dd3dc04e968b283e0f0ad8bfe4 |
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: 1086 # 1736 # 4112
Output:
| [
"-4762"
] | task087-03a647f63723476184030b0af1b4c908 |
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: 9588 @ 3768 @ 6633 @ 6137
Output:
| [
"26126"
] | task087-d41a1586ace5437a908115155376e068 |
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: 6103 @ 8315 # 3238 @ 6635
Output:
| [
"17815"
] | task087-e7c420ff19614384980af02f67c179e0 |
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: 2605 @ 349 # 3406 # 8629 @ 5242 @ 1928 @ 8588
Output:
| [
"6677"
] | task087-6dee5c03c5044061a7a2d7d4d92988e5 |
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: 6743 @ 4290 # 5915 @ 7335 # 8266
Output:
| [
"4187"
] | task087-e58fd45c7806459ebcc9869f77144767 |
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: 944 # 2916 @ 2300
Output:
| [
"328"
] | task087-6a8c867955a84e9eba8694e4bb1cdc64 |
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: 4601 # 8938 @ 4215 @ 9896
Output:
| [
"9774"
] | task087-bd259e036ce74e128063fb2c7d452d8b |
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: 3541 @ 4829 # 9095 @ 7228 # 5737 # 6908 # 3266 # 9135
Output:
| [
"-18543"
] | task087-6059a52acb7347e990eb5d76d325ac3e |
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: 2839 # 7124 @ 4191 # 740 @ 137
Output:
| [
"-697"
] | task087-2bf7346808864c9bacb0b4f61472ccee |
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: 9288 @ 8357 @ 7507
Output:
| [
"25152"
] | task087-1381e712a6094a928e9d98e0e66a3aa9 |
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: 2187 # 9458 @ 9049 # 2991
Output:
| [
"-1213"
] | task087-b4c9ce30853f4c049603f4b1425fa541 |
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: 2640 @ 8781 # 880 # 1845 # 9549 # 4919 # 636
Output:
| [
"-6408"
] | task087-1f06cb2c744248bd95bb56b3b8e184aa |
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: 2671 @ 3943 # 5777 @ 7680
Output:
| [
"8517"
] | task087-2349b77538d44582b7f3ac00a420441a |
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: 6853 @ 7120 # 4272 # 7895 # 88 @ 6765 # 2683 @ 7337
Output:
| [
"13137"
] | task087-d1869e67f48d4ab19edc8d2f8783fa3d |
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: 2460 @ 8870 @ 3877 # 805 @ 9022 @ 4919
Output:
| [
"28343"
] | task087-69464283c4b44be18900f768c4d669df |
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: 6180 @ 3585 # 8411 # 3860 # 4284 # 9281 # 3030
Output:
| [
"-19101"
] | task087-e9ca1255df4c404a904d5363e544a01b |
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: 5527 @ 8648 # 3324
Output:
| [
"10851"
] | task087-cccc8eb7d8dd4d42851861efef6806a2 |
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: 3637 @ 2651 @ 1307
Output:
| [
"7595"
] | task087-d4b23a338df74139a5c95c8dda7d5b9c |
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: 9231 # 5672 @ 477 # 691 # 4446 # 2500 # 2663 @ 3248
Output:
| [
"-3016"
] | task087-d469bc7018bf415890b96a9398b6e0ac |
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: 5518 @ 1126 # 9388 @ 4634 @ 3268 # 7388
Output:
| [
"-2230"
] | task087-ef38db801fa94e37a55cff2c2bf152fa |
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: 5314 # 6967 # 9312 @ 9781 # 4852 # 8153 # 1367
Output:
| [
"-15556"
] | task087-b2d63e03ae0549adad405972cc0e6a74 |
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: 6531 @ 91 @ 8123 # 4848 @ 5956
Output:
| [
"15853"
] | task087-c33bd02999fe4f519c96f105c29d3889 |
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: 3732 @ 9614 # 8758 # 6897 @ 1490 # 5059 @ 5339 @ 4321 # 5468
Output:
| [
"-1686"
] | task087-0723003e11fb44189edb361d349c6602 |
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: 1348 @ 99 # 8395
Output:
| [
"-6948"
] | task087-49d3daf0a5504114bb3846cad4c58c96 |
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: 9099 # 9304 @ 5786 # 2194 @ 6101
Output:
| [
"9488"
] | task087-2e998eb729d341b4a1398c58b5486b9b |
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: 5195 @ 8348 # 3554 # 7897 @ 4196 # 8037
Output:
| [
"-1749"
] | task087-9a2b9b2640304efab36c5ff282959ee7 |
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: 5742 # 4100 @ 3464 # 5683 @ 4767
Output:
| [
"4190"
] | task087-b4abe32ad76a49fd914662466e9c0f67 |
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: 2964 # 9367 # 5686 # 8198 @ 6460 @ 995 # 9618 # 2814 # 8569
Output:
| [
"-33833"
] | task087-d50ff35c6a2c41bc91b3eb6eaf5aff36 |
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: 8961 # 9462 # 6289 @ 7185 # 9921 # 3769 @ 5143 # 1717
Output:
| [
"-9869"
] | task087-3d27a1dc742f4b339d97f4004b481450 |
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: 7334 @ 290 @ 4994 @ 7044 # 4558 # 946 @ 4613 # 8907 # 5582
Output:
| [
"4282"
] | task087-0012b19b84a547e19f70b27850c94243 |
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: 4001 # 3984 # 4426 # 3582 @ 9317 # 8035 @ 9225 @ 1079
Output:
| [
"3595"
] | task087-362334fa0f71411f81577602d6b01800 |
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: 6123 # 2890 @ 3404 @ 1798 # 7525 # 2050 @ 7027 # 2090 # 4541
Output:
| [
"-744"
] | task087-19c13342829e47239f635487568eb7f3 |
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: 2665 # 2678 # 45 @ 1983 @ 2477 # 9509
Output:
| [
"-5107"
] | task087-23324e99014040d9a6620cf5a58a0639 |
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: 8511 # 1189 # 7171 @ 3075 # 1488 # 1064 # 6086
Output:
| [
"-5412"
] | task087-178432c8834c45d783236c411abf3bab |
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: 7066 @ 5055 # 7545
Output:
| [
"4576"
] | task087-069dc5b6826b44ffb1ae64b4ca04094e |
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: 6739 # 6155 # 7197 @ 8201
Output:
| [
"1588"
] | task087-de21713060bd4e7b930f10884101c05a |
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: 6099 @ 2610 @ 3318
Output:
| [
"12027"
] | task087-8ba990409d5e453cba15ed060ee2eb01 |
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: 2804 @ 5624 # 6431 @ 9691 # 1774 # 1793 @ 5044 # 1566
Output:
| [
"11599"
] | task087-5fd26669dd97406fb7d07f85d759e6a9 |
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: 8812 # 3527 # 6535 # 6104 # 7311 @ 6342 @ 901
Output:
| [
"-7422"
] | task087-4142e553f0e1435486f2cc4093f73980 |
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: 419 # 6692 @ 560 # 8496 @ 2762 @ 9262 @ 3062 # 5250 @ 251
Output:
| [
"-4122"
] | task087-03f67e221d854eae9cbd4cd2a93fed6b |
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: 3909 # 9359 @ 8509 # 673
Output:
| [
"2386"
] | task087-58c7c101fe4840f986cbdb5ca1d0cf93 |
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: 250 # 8211 # 7045 @ 3264 # 2324 # 1054 # 3265 # 2349 @ 4192
Output:
| [
"-16542"
] | task087-0077546d78254973b9071b0986b9cf24 |
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: 2747 @ 5002 @ 7629 # 3852 @ 1229 # 7586
Output:
| [
"5169"
] | task087-c1e4dba4978f4e43ac56ee209bbd17e2 |
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: 5291 # 9238 # 7041 @ 212 @ 553 # 5332 # 1242 @ 6041
Output:
| [
"-10756"
] | task087-2ddcd4cd667746298b91999f9714dbd0 |
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: 8635 # 7524 @ 4693
Output:
| [
"5804"
] | task087-5cfc75daca3f4c2b98e4b9745e73db63 |
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: 5645 # 8207 @ 6172 @ 9206
Output:
| [
"12816"
] | task087-e50d1c410a164e6a82d30a7835de7b72 |
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: 6597 @ 1596 # 358 # 9057 @ 993
Output:
| [
"-229"
] | task087-fdb95d3cc39a44138b0a3c47b67aba14 |
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: 8057 @ 6738 # 1795 # 2792 # 6364
Output:
| [
"3844"
] | task087-700caefad09c4f15bb711b0e5a3ca64e |
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: 4720 @ 5746 # 6115 # 470 # 5087 # 8471 # 5974
Output:
| [
"-15651"
] | task087-65695f7631534520bb962fa5aac35f39 |
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: 807 # 7683 @ 446 @ 6653 @ 7940 # 9984 # 1806
Output:
| [
"-3627"
] | task087-fe00c2b771fe4d8fa37ce9da029ba651 |
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: 945 @ 3165 # 7095 # 2799 @ 7353 # 3944 # 6188 @ 8741
Output:
| [
"178"
] | task087-bb49f85c6d374e478839cfdde9f4264d |
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: 1125 @ 2056 # 8306 # 4794 # 8197 @ 9018 @ 4111 # 646 # 5702
Output:
| [
"-11335"
] | task087-293a7814bae54a57a1cc9c4be3b4f500 |
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: 198 @ 9425 @ 9667 # 6749 # 5927 @ 4162 @ 6329 @ 7668 @ 6049
Output:
| [
"30822"
] | task087-564b36388f384e9b873cf4de6b7f760d |
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: 5492 # 3733 @ 356 @ 9093
Output:
| [
"11208"
] | task087-33c674dc54c64fd887511640e7d86e4b |
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: 8744 # 3978 # 8946 @ 8636 @ 7966 # 7353 @ 7448 # 4589 @ 7749
Output:
| [
"15677"
] | task087-c15046dcb53e40078ad0120ffa8415b1 |
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: 1482 # 6461 @ 804 # 8626 # 8564
Output:
| [
"-21365"
] | task087-02e34271d20d4c00b689cb16244f5500 |
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: 2415 @ 4087 # 8960
Output:
| [
"-2458"
] | task087-6c46479d7b5245b6b7569dd6f5bc91db |
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: 994 # 4279 # 965
Output:
| [
"-4250"
] | task087-b3b2a2397c414f0aa34492909fe9a92f |
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: 4889 # 7991 @ 5651 @ 3511 @ 3055 @ 3910
Output:
| [
"13025"
] | task087-36827386cfb24a2a99d0f0073209dfed |
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: 238 @ 6311 # 8261 # 5906 # 7107 @ 9047 @ 1042 @ 9827 # 8255
Output:
| [
"-3064"
] | task087-ca9f40349d874ad894359db96a915663 |
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: 6051 @ 6310 @ 7813 @ 2282 # 7601 @ 4598 # 1928 # 9696 # 6497
Output:
| [
"1332"
] | task087-594ee6e30dea4dd4961e32e96638119b |
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: 9810 # 634 @ 6034 # 7232 @ 8513 @ 6390 # 1229
Output:
| [
"21652"
] | task087-c8e20cc70c76467eacb2d3ce50a6cb02 |
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: 7631 # 466 @ 2565 # 8874 # 7784 # 4834
Output:
| [
"-11762"
] | task087-2d15f9f4f9e14b9b8946715b36de3d15 |
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: 4103 # 9737 @ 6805 @ 6077 # 9731 @ 7434 # 7886
Output:
| [
"-2935"
] | task087-7b853c4c6db44885b50be722921dc765 |
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: 1447 # 6371 # 8625 @ 393 # 8810 # 6452 @ 5920 # 9380
Output:
| [
"-31878"
] | task087-ed101333e76c4f4e82544a1d92c5bb3d |
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: 6839 @ 9828 # 6817 @ 1278 # 6745 @ 7342 @ 7250
Output:
| [
"18975"
] | task087-ef93566ccaa942c2b16c20e9de6d286d |
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: 9570 # 1730 # 6383 # 3182 # 4729 @ 8390 @ 616 @ 5842 @ 4051
Output:
| [
"12445"
] | task087-52559989dff44201a87e9ff0c441d973 |
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: 2674 # 540 @ 6133 # 6290 @ 9124 @ 9018 # 4800
Output:
| [
"15319"
] | task087-075d8ae4fd1649bc98d3c71cb68d4085 |
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: 8591 # 7747 @ 192 @ 4011 # 6093 # 5917 # 8335
Output:
| [
"-15298"
] | task087-c561f706cfda495d8777cce71f0cdb37 |
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: 9751 # 3599 @ 7441 # 2176 @ 2662 @ 9430 @ 8207 @ 5927 # 8529
Output:
| [
"29114"
] | task087-e3e0a7be890c4aaeb40d378659e95aaa |
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: 7775 # 9805 # 8727
Output:
| [
"-10757"
] | task087-85ca8e3c28824930900516486b4edd48 |
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: 9007 @ 6876 # 2672 # 3947 @ 6822 @ 806 @ 4508 @ 5112
Output:
| [
"26512"
] | task087-7b6efce6e8f54ae4ad7eaf5d5b3df76b |
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: 8821 @ 7631 # 9509 # 7127
Output:
| [
"-184"
] | task087-b3339313edaf422496362d0fd4a5e580 |
Subsets and Splits