| Problem | transform |
|---|---|
| User | sussyimpasta |
| Submission Time | 2025-10-15 15:52:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
transform.cpp:6:9: error: "compl" cannot be used as a macro name as it is an operator in C++
6 | #define compl(i) (l+1-(i))
| ^~~~~