A+B Problem

A+B Problem Problem Description Calculate a+b. Input Two integer a,b (0<=a,b<=10). Output Output a+b. Sample Input 1 2 Sample Output 3 Hint (Hint原文就不粘貼了,用處不大) #include<stdio.h> int main () { int a
相關文章
相關標籤/搜索