boj step 11 rework
This commit is contained in:
9
zeta_C/completed/24263.c
Normal file
9
zeta_C/completed/24263.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int n;
|
||||
scanf("%d", &n);
|
||||
printf("%d\n%d\n", n, 1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user