A=B
A=B mods
A mod changes the game itself, so it is tied to a game version and to whatever loads it. Filter by both and you get the list that will actually load, not the list that mentions your version somewhere in a description.
- A<B, A>B, A=Bby 76561198753966794Input: Two binary numbers, separated by a comparison symbol (<, >, =). Output: true if the comparison is valid, false otherwise. Constraint: 0 <= Input number <= 3122 downloadsupdated 7 mo ago
- Square Rootby 76561198386134108Input: A binary number. Output: Return the square root of input if it is a perfect square number, otherwise return "oops". Constraint: 1 <= Input number <= 2047 NOTE: In order to reduce time of running test cases, some "oops" cases are randomly removed from test cases. If you input one of those r...21 downloadsupdated 4 y ago
- A<B, A>B, A=B (Hard)by 76561198753966794Input: Two binary numbers, separated by a comparison symbol (<, >, =). Output: true if the comparison is valid, false otherwise. Constraint: -31 <= Input number <= 3121 downloadsupdated 5 mo ago
- My Custom Levelby 76561199173967996Input: A string of "a", "b" and "c". Output: Replace each "a" with "b". Constraint: 1 <= Input length <= 720 downloadsupdated 5 y ago
- Form a Triangleby 76561199053301311Given three positive integers, determine whether three line segments with these three integers as the lengths can form a triangle.20 downloadsupdated 3 y ago
- A/B (Advanced)by 76561198753966794Input: Two binary numbers, separated by "/". Output: The result of division. If the result is not an integer, use "." to separate the integer and fractional parts. If the fractional part is repeating, enclose the repeating part in "[" and "]". Constraint: 1 <= Input number <= 3119 downloadsupdated 8 mo ago
- A^Bby 76561198753966794Input: Two binary numbers, separated by "^". Output: The result of exponentiation. Constraint: 1 <= First number <= 31 1 <= Second number <= 1519 downloadsupdated 7 mo ago
- Countabilityby 76561199226402406Input: A string of "a", "b" and "c". Output: A string of 3 numbers, "1" to "7", such that the first number is a count of "a"'s., number 2 is a "b" count, etc. Constraint: 1 <= Input length <= 719 downloadsupdated 3 y ago
- Add Two Binary 0by 76561199367548969Input: Two binary numbers, separated by "+" Output: Sum of two numbers Constraint: 1 <= binary number length <= 5 Difference: binary number may starts with 0 I'm not sure the least lines, if you get the answer, please tell me. Current best is by カズエイ.18 downloadsupdated 21 mo ago
- No Three In A Rowby 76561198889922218Input: A string of "a", "b" and "c". Output: Replace each "c" with an "a" or "b" so there aren't three "a"'s or "b"'s in a row, return "false" if there are no solutions, or return "true" if there are multiple solutions. Constraint: 3 <= Input length <= 714 downloadsupdated 3 y ago
- Countabilityby 76561199226402406Input: A string of "a", "b" and "c". Output: A string of 3 numbers, "1" to "7", such that the first number is a count of "a"'s., number 2 is a "b" count, etc. Constraint: 1 <= Input length <= 714 downloadsupdated 3 y ago
- Double and Swapby sdumitriuInput: A string of "a", "b" and "c". Output: Double each "a". Swap "b" and "c". Constraint: 1 <= Input length <= 714 downloadsupdated 3 y ago
- Base conversionby 76561199436063756Input: A ternary number. Output: The number in binary form. Constraint: 1 <= Input length <= 512 downloadsupdated 12 mo ago
- Meta-evaluationby leo3065Input: The following part in order: - a string of "0" and "1" followed by a "," - 2 strings of "0" and "1" (can be empty) seperated by a "-" Output: Treat the string before "," as the current string, the string after "," as the command (with "-" meaning "="), and apply that command to the current...12 downloadsupdated 2 y ago
- My Custom Levelby 76561198364185342Input: A string of "a", "b" and "c". Output: Replace each "a" with "b". Constraint: 1 <= Input length <= 711 downloadsupdated 4 y ago
- My Custom Levelby 76561199231227955Input: A string of "a", "b" and "c". Output: Replace each "a" with "b". Constraint: 1 <= Input length <= 711 downloadsupdated 4 y ago
- Count of a, b, and cby 76561198397654102Input: A string of "a", "b" and "c". Output: A comma separated list of binary numbers representing the number of a's, b's, and c's in the input string Constraint: 1 <= Input length <= 710 downloadsupdated 17 mo ago
- Double itby scipozoaInput: A string of digits 0-9. Output: that number doubled. Constraint: 1 <= Input length <= 510 downloadsupdated 23 mo ago
- Fizzbuzzby a2aaronInput: A decimal integer. There are no leading zeros Output: If the number is divisible by 15, output "Fizzbuzz". Otherwise, if the number is divisible 5, output "Buzz". Otherwise, if the number is divisible by 3, output "Fizz". Otherwise, output the number as is. Constraint: 1 <= Input <= 9910 downloadsupdated 2 y ago
- My Custom Levelby 76561199231227955Input: A string of "a", "b" and "c". Output: Replace each "a" with "b". Constraint: 1 <= Input length <= 710 downloadsupdated 4 y ago
- My Custom Levelby 76561199254527244Input: A string of "a", "b" and "c". Output: Replace each "a" with "b". Constraint: 1 <= Input length <= 710 downloadsupdated 3 y ago
- My Custom Levelby jan.rupnikInput: A string of "a", "b" and "c". Output: Replace each "a" with "b". Constraint: 1 <= Input length <= 710 downloadsupdated 4 y ago
- My Custom Levelby 76561199028559624Input: A string of "a", "b" and "c". Output: Replace each "a" with "b". Constraint: 1 <= Input length <= 710 downloadsupdated 4 y ago

