Problem shiritori
User lzy
Submission Time 2024-12-30 12:16:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shiritori.cpp: In function ‘int main()’:
shiritori.cpp:29:28: error: expected ‘;’ before ‘}’ token
29 | e = word.back()
| ^
| ;
30 | }
| ~