Problem pairsums
User ervinthedamsel
Submission Time 2024-07-02 23:49:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pairsums.cpp: In function ‘int main()’:
pairsums.cpp:18:15: error: expected ‘;’ before ‘}’ token
18 | cout << e * o
| ^
| ;
19 | }
| ~