restructure zeta/** to storage/zeta/**
This commit is contained in:
8
storage/zeta/c/completed/24265.c
Normal file
8
storage/zeta/c/completed/24265.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
long long n;
|
||||
scanf("%lld", &n);
|
||||
printf("%lld\n%d\n", n * (n - 1L) / 2L, 2);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user