>>143
フラグ変数を使う
outer_break = False
for i in range(100):
for u in range(100):
if @:
break
else: #A
outer_break=True
break
if outer_break:
break