Problem | pairsums |
---|---|
User | PrunJuice |
Submission Time | 2024-03-27 23:36:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:23:9: error: expected ‘}’ at end of input
23 | return 0;
| ^
pairsums.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^