mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 19:34:19 +08:00
4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
return Z(Z(1,2),2);
|
|
return Q(1,2);
|
|
return ((A + A) * (A + A)) + ((B * B) + (B * B));
|