diff --git a/LuoGu/1001.c b/LuoGu/1001.c new file mode 100644 index 0000000..ed3b059 --- /dev/null +++ b/LuoGu/1001.c @@ -0,0 +1,8 @@ +#include + +int main(){ + int a, b; + scanf("%d %d", &a, &b); + printf("%d", a + b); + return 0; +}