Problem | pairsums |
---|---|
User | bluesky2113 |
Submission Time | 2025-02-21 20:39:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:18:13: error: ‘oddcount’ was not declared in this scope; did you mean ‘oddnocount’?
18 | cout << oddcount * (n - oddnocount) << endl;
| ^~~~~~~~
| oddnocount