Problem | compleecode |
---|---|
User | dacashew |
Submission Time | 2024-05-25 09:28:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
compleecode.cpp: In function ‘int solve2(int)’:
compleecode.cpp:27:14: error: conflicting declaration ‘int z’
27 | #define res z
| ^
compleecode.cpp:31:9: note: in expansion of macro ‘res’
31 | int res = 0;
| ^~~
compleecode.cpp:28:7: note: previous declaration as ‘long int z’
28 | long z=a;
| ^