From 9b41715e0a8abe273430f93e6d69947eb5b22e95 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Thu, 30 Jul 2020 17:20:33 +0900 Subject: [PATCH] =?UTF-8?q?good=20=D0=9A=D0=BE=D1=82=D0=BB=D0=B8=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zeta_C/10818.c | 18 ++++++++++++++++++ zeta_C/completed/10869.c | 11 +++++++++++ zeta_kotlin/stdin.txt | 0 3 files changed, 29 insertions(+) create mode 100644 zeta_C/10818.c create mode 100644 zeta_C/completed/10869.c create mode 100644 zeta_kotlin/stdin.txt diff --git a/zeta_C/10818.c b/zeta_C/10818.c new file mode 100644 index 0000000..5174b9e --- /dev/null +++ b/zeta_C/10818.c @@ -0,0 +1,18 @@ +#include + +int main() { + int min=1e6; int max=-1e6; + int N; int a; + scanf("%d", &N); + + for (int i=0;i max){ + max = a; + } + } + printf("%d %d", min, max); +} \ No newline at end of file diff --git a/zeta_C/completed/10869.c b/zeta_C/completed/10869.c new file mode 100644 index 0000000..c13886a --- /dev/null +++ b/zeta_C/completed/10869.c @@ -0,0 +1,11 @@ +#include + +int main() { + int a; int b; + scanf("%d %d", &a, &b); + printf("%d\n", a+b); + printf("%d\n", a-b); + printf("%d\n", a*b); + printf("%d\n", a/b); + printf("%d\n", a%b); +} \ No newline at end of file diff --git a/zeta_kotlin/stdin.txt b/zeta_kotlin/stdin.txt new file mode 100644 index 0000000..e69de29