| Problem | conductslip |
|---|---|
| User | back2square1 |
| Submission Time | 2023-11-25 15:53:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:15:30: error: ‘N’ was not declared in this scope
15 | #define als1(_a,_n) _a+1, _a+N+1
| ^
conductslip.cpp:53:7: note: in expansion of macro ‘als1’
53 | sort(als1(amogus,C), greater<int>());
| ^~~~