#include <stdio.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("a=""%d\n",a); printf("b=""%d\n",b); printf("s=""%d\n",a+b); return 0; }
原文地址:https://www.cnblogs.com/chenlong991223/p/9649511.html
时间: 2024-10-08 17:47:43
#include <stdio.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("a=""%d\n",a); printf("b=""%d\n",b); printf("s=""%d\n",a+b); return 0; }
原文地址:https://www.cnblogs.com/chenlong991223/p/9649511.html