Problem | pairsums |
---|---|
User | Khai |
Submission Time | 2024-01-14 12:35:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:26:33: error: expected ‘}’ at end of input
26 | for (int i = 0; i < N; ++i) {
| ^
pairsums.cpp:26:33: error: expected ‘}’ at end of input
pairsums.cpp:20:12: note: to match this ‘{’
20 | int main() {
| ^