From 42fb3174d7389c74ca175f693a94b7ca9b064443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=86=80=E9=B9=8F?= <37091248+Jipeng416@users.noreply.github.com> Date: Tue, 27 Mar 2018 09:12:02 +0800 Subject: [PATCH] Create Finished_Goldbach --- level1/p06_Goldbach/Finished_Goldbach | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 level1/p06_Goldbach/Finished_Goldbach diff --git a/level1/p06_Goldbach/Finished_Goldbach b/level1/p06_Goldbach/Finished_Goldbach new file mode 100644 index 00000000..b086777c --- /dev/null +++ b/level1/p06_Goldbach/Finished_Goldbach @@ -0,0 +1,26 @@ +#include +#include +#include +int prime(int x) +{ + int i; + for(i=2;i