Problem | countalp |
---|---|
User | eliasxyz |
Submission Time | 2025-06-12 18:37:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:5:16: error: expected identifier before 'a'
5 | char alp[26]=['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'];
| ^~~
countalp.cpp:5:19: error: expected ‘]’ before ‘,’ token
5 | char alp[26]=['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'];
| ^
| ]
countalp.cpp: In lambda function:
countalp.cpp:5:19: error: expected ‘{’ before ‘,’ token
countalp.cpp: In function ‘int main()’:
countalp.cpp:5:19: error: array must be initialized with a brace-enclosed initializer
countalp.cpp:5:20: error: expected unqualified-id before 'b'
5 | char alp[26]=['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'];
| ^~~
countalp.cpp:8:9: error: