Problem | countalp |
---|---|
User | Qxhb3 |
Submission Time | 2023-04-08 22:58:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:11:21: error: expected ‘,’ or ‘;’ before ‘i’
11 | int freq[26] = {0}i
| ^
countalp.cpp:13:15: error: ‘i’ was not declared in this scope
13 | for (i = 0; i < i; i++) {
| ^