| Problem | pairsums |
|---|---|
| User | hitarthdangra |
| Submission Time | 2026-02-21 12:35:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:19:3: error: expected primary-expression before ‘)’ token
19 | )
| ^
pairsums.cpp:23:20: error: expected ‘}’ at end of input
23 | cout << odd * even;
| ^
pairsums.cpp:12:30: note: to match this ‘{’
12 | for (int i = 0; i < N; i++) {
| ^
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() {
| ^