| Problem | abcs |
|---|---|
| User | dzuizz |
| Submission Time | 2024-08-03 21:45:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
abcs.cpp: In function ‘int main()’:
abcs.cpp:13:7: error: redeclaration of ‘int i’
13 | int i = 0;
| ^
abcs.cpp:10:11: note: ‘int i’ previously declared here
10 | for (int i = 0; i < n; ++i) {
| ^