Problem pairsums
User hitarthdangra
Submission Time 2026-02-21 12:35:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pairsums.cpp: In function ‘int main()’:
pairsums.cpp:23:20: error: expected ‘}’ at end of input
23 | cout << odd * even;
| ^
pairsums.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^