From def1675739c7c810afed9e13c37ef3bf71d959ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=A9=89=E8=8E=B9?= <1983095541@qq.com> Date: Fri, 27 Oct 2023 08:30:44 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱婉莹 <1983095541@qq.com> --- .../\344\270\244\346\225\260\344\271\213\345\222\214" | 9 +++++++++ "\344\270\244\346\225\260\344\271\213\345\222\214" | 0 2 files changed, 9 insertions(+) create mode 100644 "2209040067/\344\270\244\346\225\260\344\271\213\345\222\214" create mode 100644 "\344\270\244\346\225\260\344\271\213\345\222\214" diff --git "a/2209040067/\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040067/\344\270\244\346\225\260\344\271\213\345\222\214" new file mode 100644 index 00000000..a11a9026 --- /dev/null +++ "b/2209040067/\344\270\244\346\225\260\344\271\213\345\222\214" @@ -0,0 +1,9 @@ +#include +int main() +{ + int sum,a,b; + scanf("%d %d",&a,&b); + sum=a+b; + printf("%d",sum); + return 0; +} \ No newline at end of file diff --git "a/\344\270\244\346\225\260\344\271\213\345\222\214" "b/\344\270\244\346\225\260\344\271\213\345\222\214" new file mode 100644 index 00000000..e69de29b -- Gitee