Problem compleecode
User Elnathan
Submission Time 2024-05-24 21:08:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

compleecode.cpp: In function ‘int solve2(int)’:
compleecode.cpp:27:17: error: redeclaration of ‘int b’
27 | #define res b
| ^
compleecode.cpp:30:9: note: in expansion of macro ‘res’
30 | int res = 0;
| ^~~
compleecode.cpp:26:9: note: ‘int b’ previously declared here
26 | int b=65;
| ^