Subprograms. Procedure




Task

Prohibited operators:return
C++
1
import sys   
2
def outputError(s):   
3
    sys.stdout.write(s)   
4
n = int(input())   
5
if n == 0:   
6
7
elif n % 2 == 0:   
8
Your last submission is saved in the editor window.
     

Results:

All results: