8 lines
101 B
C
8 lines
101 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
int n;
|
|
scanf("%d",&n);
|
|
printf("1\n0\n");
|
|
return 0;
|
|
} |