Problem pairsums
User altuser1609
Submission Time 2023-05-02 16:36:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pairsums.cpp: In function ‘int main()’:
pairsums.cpp:20:6: error: redeclaration of ‘int totalcount’
20 | int totalcount = countereven * counterodd;
| ^~~~~~~~~~
pairsums.cpp:9:6: note: ‘int totalcount’ previously declared here
9 | int totalcount = 0;
| ^~~~~~~~~~