代码测试

    技术2022-05-20  43

    #include <stdio.h> int main(){ int a,b; scanf("%d %d",&a,&b); printf("%d/n",a+b); return 0; }

     

    最新回复(0)