Problem typo
User wrizz69
Submission Time 2023-11-11 10:36:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘std::string can_transform(std::string, std::string)’:
typo.cpp:23:45: error: expected ‘}’ at end of input
23 | if (diff_count == 2 || diff_count == 0) {
| ^
typo.cpp:23:45: error: expected ‘}’ at end of input
typo.cpp:6:42: note: to match this ‘{’
6 | string can_transform(string S, string T) {
| ^