fork download
  1. static constexpr int fn(int a) { while(a) a=(a*5)&255; return a; }
  2. static constexpr int zero=fn(0);
  3. static constexpr int twix=fn(1);
  4.  
  5. int main() {
  6. return 0;
  7. }
Compilation error #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty