Problem | compleecode |
---|---|
User | YSH2020 |
Submission Time | 2024-10-04 13:53:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
compleecode.cpp: In function ‘int solve2(int)’:
compleecode.cpp:30:9: error: redeclaration of ‘int res’
30 | int res = 0;
| ^~~
compleecode.cpp:27:9: note: ‘int res’ previously declared here
27 | signed res=a;
| ^~~