From b159216b71dd31bd18789974f172ebb87b489a6a Mon Sep 17 00:00:00 2001 From: ph9kiql5e <157842898@qq.com> Date: Sun, 29 Oct 2023 11:26:31 +0800 Subject: [PATCH] ADD file via upload --- 未命名2.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 未命名2.c diff --git a/未命名2.c b/未命名2.c new file mode 100644 index 0000000..7d497c7 --- /dev/null +++ b/未命名2.c @@ -0,0 +1,20 @@ +#include +void Cal(int n) +{ + char t; + while((t=getchar())!='\n') + if(t=='3') + { + printf("No\n");break; + } + scanf("%d",&n); + if(n%3==0) + printf("No\n"); + else + printf("Yes\n"); + /********** Begin **********/ + + //ɹ + + /********** End **********/ +}