Problem | compleecode |
---|---|
User | Elnathan |
Submission Time | 2024-05-24 21:06:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
compleecode.cpp: In function ‘int solve2(int)’:
compleecode.cpp:26:17: error: declaration of ‘int a’ shadows a parameter
26 | #define res a
| ^
compleecode.cpp:29:9: note: in expansion of macro ‘res’
29 | int res = 0;
| ^~~