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