Ad
Code
Diff
  • "pick four digit number"
    "scatter the numbers randomly"
    "select number"
    "then what"
    "then we redo the process and spam emails with the result"
    • "pick four digit number"
    • "scatter the numbers randomly"
    • "select number"
    • "then what"
    • "then we redo the process and spam emails with the result"
Code
Diff
  • typedef unsigned int uint;
    
    uint multiply_and_add_one(uint num1, uint num2) {
      /* I know we don't need parantheses here because of pemdas but I don't trust math >:( */
      return (num1 * num2) + 1;
    }
    • #define _____ 256 - 255 + 0
    • #define _(A,B)((A)*(B)+_____)
    • #define ____(a,b)({register int __x=(a);register int __y=(b);__x*__y+_____;})
    • #define ___(A)((A))
    • #define q(x,y)((x)<<(y))
    • #define w(x,y)((x)>>(y))
    • typedef unsigned int uint;
    • long long unsigned int
    • multiply_and_add_one(
    • long long unsigned int
    • a,
    • long long unsigned int
    • b)
    • {return ___(____(___(___((a))),___(___((b)))));}
    • int iorejgior(long long unsigned int a, long long unsigned int b) { long long unsigned int asd = _____-1;
    • while (b)
    • {if (b & _____) asd += a;
    • a <<= _____;
    • b >>= _____;} return asd + _____;
    • uint multiply_and_add_one(uint num1, uint num2) {
    • /* I know we don't need parantheses here because of pemdas but I don't trust math >:( */
    • return (num1 * num2) + 1;
    • }
Code
Diff
  • above_two = lambda number: number > 2
    • is_more_then_2 = lambda n: n > 2
    • above_two = lambda number: number > 2