Problem | pairsums |
---|---|
User | TheGhostKing |
Submission Time | 2023-06-02 17:17:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:18:15: error: ‘even’ was not declared in this scope
18 | int ans = even * odd;
| ^~~~
pairsums.cpp:18:22: error: ‘odd’ was not declared in this scope
18 | int ans = even * odd;
| ^~~