Rat Kwesh and Cheese
621D2400· grandmaster2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
1.1 3.4 2.5
Output
z^y^x
Sample 2of 3
Input
2.0 2.0 2.0
Output
x^y^z
Sample 3of 3
Input
1.9 1.8 1.7
Output
(x^y)^z
58%
621D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)