| Problem | pairsums |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-05-24 19:11:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:5:10: error: expected primary-expression before ‘int’
5 | cin >> (int n);
| ^~~
pairsums.cpp:5:10: error: expected ‘)’ before ‘int’
5 | cin >> (int n);
| ~^~~
| )