0
>>> a=int(input())
2
>>> b=int(input())
4
>>> c=input()
r
>>> if c==r:
print(b+1)
Traceback (most recent call last):
File "<pyshell#5>", line 1, in <module>
if c==r:
NameError: name 'r' is not defined
'如果c ==「r'' ... –