summaryrefslogtreecommitdiffstats
path: root/inf/lige/3/1.c
diff options
context:
space:
mode:
Diffstat (limited to 'inf/lige/3/1.c')
-rw-r--r--inf/lige/3/1.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/inf/lige/3/1.c b/inf/lige/3/1.c
new file mode 100644
index 0000000..56e5191
--- /dev/null
+++ b/inf/lige/3/1.c
@@ -0,0 +1,30 @@
+#include <stdio.h>
+#include <stdlib.h>
+struct range {
+ int z;
+ int k;
+};
+struct range gen_range () {
+
+}
+int main (void) {
+ char * buf = malloc(300000);
+ fgets(buf, 255, stdin);
+ fgets(buf, 300000, stdin);
+ char * c = buf;
+ int len = 0;
+ int * a = malloc(10000*sizeof *a);
+ while (c) {
+ a[len++] = strtol(c, &c, 10);
+ c++;
+ }
+ unsigned long long int sum;
+ int z = 0;
+ int k = 0;
+ int sqrt
+ work
+ if (z == lkl) {
+
+ }
+ printf("%llu\n", sum);
+}