Problem | pairsums |
---|---|
User | CookieCoder |
Submission Time | 2025-02-24 16:04:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:6:9: error: ‘N’ was not declared in this scope
6 | cin >> N;
| ^
pairsums.cpp:7:8: error: ‘i’ was not declared in this scope
7 | int a[i];
| ^
pairsums.cpp:10:10: error: ‘a’ was not declared in this scope
10 | cin >> a[i];
| ^