#include <stdio.h> int main() { int a,b; scanf("a:%d",&a); scanf("b:%d",&b); printf("sum=%d\n",a+b); return 0; }
你好, 请看看这些资料: c++四则运算- CSDN搜索