输入X:
if (0 <= X and X < 49) output "abc" else if (50 <= X and X < 70) output "def" else if (70 <= X and X < 85) output "ghi" else if (85 <= X and X < 100) output "jkl" endif
nested pseudocode
nested ×1
pseudocode ×1