Problem | sum |
---|---|
User | Fet |
Submission Time | 2024-12-02 10:31:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sum.cpp: In function ‘int main()’:
sum.cpp:7:7: error: ‘i’ was not declared in this scope
7 | for (i = 0; i < n; i++) {
| ^
sum.cpp:8:10: error: ‘b’ was not declared in this scope
8 | int a; b;
| ^