Problem pairsums
User Hytoh
Submission Time 2023-03-22 21:19:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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