Problem pairsums
User Ap3xthird515
Submission Time 2026-04-04 19:44:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pairsums.cpp: In function ‘int main()’:
pairsums.cpp:13:14: error: expected unqualified-id before ‘=’ token
13 | long long=0, odd=0;
| ^
pairsums.cpp:17:13: error: ‘odd’ was not declared in this scope
17 | odd++;
| ^~~
pairsums.cpp:19:13: error: ‘even’ was not declared in this scope
19 | even++;
| ^~~~
pairsums.cpp:23:13: error: ‘odd’ was not declared in this scope
23 | cout << odd*even;
| ^~~
pairsums.cpp:23:17: error: ‘even’ was not declared in this scope
23 | cout << odd*even;
| ^~~~