Problem | 4sum |
---|---|
User | TheFelixKS |
Submission Time | 2024-03-10 09:42:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
4sum.cpp:4:21: error: '#' is not followed by a macro parameter
4 | #define rep(a, b, va) for (int i = a;i<b;i++)\
| ^
4sum.cpp: In function ‘int main()’:
4sum.cpp:21:2: error: ‘rep’ was not declared in this scope
21 | rep(0, a, va)
| ^~~