Problem | shiritori |
---|---|
User | emyz |
Submission Time | 2024-12-30 12:05:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shiritori.cpp:15:16: error: empty character constant
15 | char idk[10]='';
| ^~
shiritori.cpp:24:15: error: empty character constant
24 | if(idk[i]!='')
| ^~
shiritori.cpp: In function ‘int main()’:
shiritori.cpp:15:16: error: array must be initialized with a brace-enclosed initializer
15 | char idk[10]='';
| ^~