Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

1 of 6
Noodle9
  • 20.4k
  • 3
  • 23
  • 47

C (gcc), 54 bytes

o(f,g,a,b)int(*f)();int(*g)(int,int);{a=g(f(a),f(b));}

Try it online!

Noodle9
  • 20.4k
  • 3
  • 23
  • 47

AltStyle によって変換されたページ (->オリジナル) /