如果我来读,我会做以下的流程:
Input: any combination of alphabets: P[1..m]; m = length(P).
If m<=3 Then
readAlphabets(P);
Else
If P is readible Then
readWholeWord(P);
If(checkResponse()==confused) Then
readAlphabets(P);
End if;
End if;
End if;
最初由 tutu007 发布 如果我来读,我会做以下的流程:
Input: any combination of alphabets: P[1..m]; m = length(P).
If m<=3 Then
readAlphabets(P);
Else
If P is readible Then
readWholeWord(P);
If(checkResponse()==confused) Then
readAlphabets(P);
End if;
End if;
End if;