mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-05 14:38:48 +00:00
8 lines
67 B (Stored with Git LFS)
Plaintext
8 lines
67 B (Stored with Git LFS)
Plaintext
6
|
|
#define A A+B+C
|
|
#define B b+C
|
|
#define C B+c
|
|
A*B*C
|
|
#undef B
|
|
A*B*C
|